Skip to content

Commit

Permalink
feat: support node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche committed Oct 7, 2022
1 parent f5f67ba commit 9f3d463
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 9f3d463

Please sign in to comment.