Skip to content

Commit bead3bd

Browse files
authored
upgrade deployment action to Node 16
1 parent b907399 commit bead3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ inputs:
2222
default: "packages"
2323

2424
runs:
25-
using: "node12"
25+
using: "node16"
2626
main: "dist/action.js"

0 commit comments

Comments
 (0)