Skip to content

Commit

Permalink
Merge pull request #143 from stijnvn/upgrade-to-node-20
Browse files Browse the repository at this point in the history
Update node to v20
  • Loading branch information
rwjblue authored Feb 14, 2024
2 parents d14beb8 + 8038316 commit 09db8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ branding:
icon: 'zap'
color: 'yellow'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}
},
"volta": {
"node": "16.16.0",
"npm": "8.17.0"
"node": "20.11.0",
"npm": "10.4.0"
}
}

0 comments on commit 09db8db

Please sign in to comment.