Skip to content

Commit b5a076c

Browse files
authored
Merge pull request #122 from jfroche/feat/update-node
feat: support node.js 16
2 parents f5f67ba + 9f3d463 commit b5a076c

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
@@ -25,6 +25,6 @@ branding:
2525
color: 'blue'
2626
icon: 'database'
2727
runs:
28-
using: 'node12'
28+
using: 'node16'
2929
main: 'dist/main/index.js'
3030
post: 'dist/main/index.js'

0 commit comments

Comments
 (0)