Skip to content

Commit

Permalink
changed min nodejs version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-winterle committed Dec 7, 2021
1 parent 0d88073 commit fb8e08f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- run: yarn
- run: yarn test

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn publish
env:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "pagespeeder",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"main": "Pagespeeder.js",
"scripts": {
"test": "jest"
},
"engines": {
"node": ">=14"
},
"homepage": "https://github.com/hummal/pagespeeder",
"bugs": {
"url": "https://github.com/hummal/pagespeeder/issues"
Expand Down

0 comments on commit fb8e08f

Please sign in to comment.