Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
chore: upgrade to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Sep 24, 2021
1 parent 7ca6bac commit c355ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}'
strategy:
matrix:
node-version: [14.x]
node-version: [16]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

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 @@ -136,7 +136,7 @@
"yargs": "^15.4.1"
},
"engines": {
"node": "14.x",
"node": ">=14",
"npm": "^7.5.4",
"yarn": ">=1.13.0"
},
Expand Down

0 comments on commit c355ae1

Please sign in to comment.