Skip to content

Commit

Permalink
Merge pull request #122 from jfroche/feat/update-node
Browse files Browse the repository at this point in the history
feat: support node.js 16
  • Loading branch information
domenkozar committed Oct 11, 2022
2 parents f5f67ba + 9f3d463 commit b5a076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -25,6 +25,6 @@ branding:
color: 'blue'
icon: 'database'
runs:
using: 'node12'
using: 'node16'
main: 'dist/main/index.js'
post: 'dist/main/index.js'

0 comments on commit b5a076c

Please sign in to comment.