We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14beb8 commit 8038316Copy full SHA for 8038316
action.yml
@@ -34,5 +34,5 @@ branding:
34
icon: 'zap'
35
color: 'yellow'
36
runs:
37
- using: 'node16'
+ using: 'node20'
38
main: 'dist/index.js'
package.json
@@ -82,7 +82,7 @@
82
}
83
},
84
"volta": {
85
- "node": "16.16.0",
86
- "npm": "8.17.0"
+ "node": "20.11.0",
+ "npm": "10.4.0"
87
88
0 commit comments