Skip to content

Commit 46c97c2

Browse files
authored
feat: bump to node20 runtime (#500)
1 parent 7b0c98f commit 46c97c2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.0
1+
20.10.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
required: false
88
default: 'latest'
99
runs:
10-
using: 'node16'
10+
using: 'node20'
1111
main: 'lib/index.js'
1212
branding:
1313
icon: 'book-open'

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint ./src/**/*.ts",
99
"lint:fix": "eslint --fix ./src/**/*.ts",
1010
"test": "jest --coverage --verbose",
11-
"build": "ncc build ./src/index.ts -o lib",
11+
"build": "ncc build ./src/index.ts -o dist",
1212
"tsc": "tsc",
1313
"format": "prettier --write '**/*.ts'",
1414
"format:check": "prettier --check '**/*.ts'",
@@ -51,7 +51,7 @@
5151
"@types/node": "~12",
5252
"@types/node-fetch": "^2.5.8",
5353
"@typescript-eslint/parser": "^4.15.0",
54-
"@vercel/ncc": "^0.27.0",
54+
"@vercel/ncc": "^0.33.0",
5555
"eslint": "^7.19.0",
5656
"husky": "^5.0.9",
5757
"jest": "^26.6.3",

0 commit comments

Comments
 (0)