Skip to content

Commit 09db8db

Browse files
author
Robert Jackson
authored
Merge pull request #143 from stijnvn/upgrade-to-node-20
Update node to v20
2 parents d14beb8 + 8038316 commit 09db8db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ branding:
3434
icon: 'zap'
3535
color: 'yellow'
3636
runs:
37-
using: 'node16'
37+
using: 'node20'
3838
main: 'dist/index.js'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
},
8484
"volta": {
85-
"node": "16.16.0",
86-
"npm": "8.17.0"
85+
"node": "20.11.0",
86+
"npm": "10.4.0"
8787
}
8888
}

0 commit comments

Comments
 (0)