Skip to content

Commit

Permalink
chore: upgrade to Node 16 (apache#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 25, 2021
1 parent 691c183 commit baf9e2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
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
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 baf9e2b

Please sign in to comment.