Skip to content

Commit 3c49e64

Browse files
authored
Merge pull request #210 from dorny/use-nodejs-20
Update to nodejs 20
2 parents 100a119 + 8ec7be4 commit 3c49e64

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ outputs:
4848
changes:
4949
description: JSON array with names of all filters matching any of changed files
5050
runs:
51-
using: 'node16'
51+
using: 'node20'
5252
main: 'dist/index.js'
5353
branding:
5454
color: blue

package-lock.json

Lines changed: 7 additions & 7 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
@@ -39,7 +39,7 @@
3939
"@types/picomatch": "^2.2.1",
4040
"@typescript-eslint/eslint-plugin": "^5.10.2",
4141
"@typescript-eslint/parser": "^5.10.2",
42-
"@vercel/ncc": "^0.33.1",
42+
"@vercel/ncc": "^0.38.1",
4343
"eslint": "^8.17.0",
4444
"eslint-plugin-github": "^4.3.6",
4545
"eslint-plugin-jest": "^22.21.0",

0 commit comments

Comments
 (0)