Skip to content

Commit

Permalink
feat: bump to node20 runtime (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Apr 8, 2024
1 parent 7b0c98f commit 46c97c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.18.0
20.10.0
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -7,7 +7,7 @@ inputs:
required: false
default: 'latest'
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'
branding:
icon: 'book-open'
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint ./src/**/*.ts",
"lint:fix": "eslint --fix ./src/**/*.ts",
"test": "jest --coverage --verbose",
"build": "ncc build ./src/index.ts -o lib",
"build": "ncc build ./src/index.ts -o dist",
"tsc": "tsc",
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@types/node": "~12",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/parser": "^4.15.0",
"@vercel/ncc": "^0.27.0",
"@vercel/ncc": "^0.33.0",
"eslint": "^7.19.0",
"husky": "^5.0.9",
"jest": "^26.6.3",
Expand Down

0 comments on commit 46c97c2

Please sign in to comment.