Skip to content

Commit

Permalink
feat: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bndynet committed Feb 21, 2024
1 parent 51dd637 commit cf07ec9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Inject author, version and license informations that is from package.json file i
run: npm run build

- name: Inject copyright and version
uses: bndynet/github-action-inject-copyright@v1
uses: bndynet/github-action-inject-copyright@v2
with:
dist: dist # optional, default is dist folder
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ inputs:
description: 'your dist folder, default is dist folder in root'
default: 'dist'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
36 changes: 27 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^18.16.3",
"@types/node": "^20.11.19",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/parser": "^5.59.2",
"@vercel/ncc": "^0.36.1",
Expand Down

0 comments on commit cf07ec9

Please sign in to comment.