Skip to content

Commit 4b34fbd

Browse files
authored
Merge pull request #24 from benmccann/patch-1
upgrade deployment action to Node 16
2 parents b907399 + bead3bd commit 4b34fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
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)