mirror of
https://github.com/papeloto/action-zip
synced 2024-11-22 05:29:35 -08:00
Update action to use NodeJS 16
This commit is contained in:
parent
d78955ce8c
commit
75e1c461d2
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