Skip to content

Commit 72e194a

Browse files
committed
Update Node.js to v16
CI now complains about how Node.js v12 actions have been deprecated. Fixes #13.
1 parent 1e5d815 commit 72e194a

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
@@ -12,5 +12,5 @@ branding:
1212
icon: download
1313
color: green
1414
runs:
15-
using: node12
15+
using: node16
1616
main: index.js

0 commit comments

Comments
 (0)