mirror of
https://github.com/papeloto/action-zip
synced 2024-11-22 13:39:34 -08:00
Merge pull request #20 from RobPasMue/maint/update-nodejs16
Update action to use NodeJS 16
This commit is contained in:
commit
26a249fb00
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ branding:
|
||||||
icon: "package"
|
icon: "package"
|
||||||
color: "red"
|
color: "red"
|
||||||
runs:
|
runs:
|
||||||
using: "node12"
|
using: "node16"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
|
Loading…
Reference in a new issue