Skip to content

Commit

Permalink
Bump node.js from v16 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Sep 24, 2023
1 parent 2dc5f32 commit 4647a30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
description: 'A token for the repository'
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'user-plus'
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"bugs": {
"url": "https://github.com/toshimaru/auto-author-assign/issues"
},
"engines": {
"node": ">=20"
},
"homepage": "https://github.com/toshimaru/auto-author-assign#readme",
"funding": "https://github.com/sponsors/toshimaru",
"dependencies": {
Expand Down

0 comments on commit 4647a30

Please sign in to comment.