Skip to content

Commit 8e976b7

Browse files
authored
Merge pull request #330 from dscho/node-16
Upgrade to Node v16.x
2 parents 4054321 + 92bc87b commit 8e976b7

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ inputs:
3333
description: 'Filter results by the reason for the build; Defaults to "all"'
3434
default: 'all'
3535
runs:
36-
using: 'node12'
36+
using: 'node16'
3737
main: 'dist/index.js'

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@types/jest": "^27.4.1",
37-
"@types/node": "^12.12.6 <18.0.0",
37+
"@types/node": "^16.11.7 <18.0.0",
3838
"@types/unzipper": "^0.10.5",
3939
"@typescript-eslint/parser": "^5.20.0",
4040
"@vercel/ncc": "^0.33.4",

0 commit comments

Comments
 (0)