Skip to content

Commit

Permalink
Updates engines (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Nov 20, 2021
1 parent 28c40b8 commit c3a11fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: '10.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"main": "index.js",
"engines": {
"node": ">=10.24.1"
"node": ">=14.18.1"
},
"scripts": {
"setup": "npm install",
Expand Down

0 comments on commit c3a11fa

Please sign in to comment.