Skip to content

Commit

Permalink
Update to Node 16 (#50)
Browse files Browse the repository at this point in the history
* Update action node version

* Use lockfile v2
  • Loading branch information
yhkaplan committed Oct 13, 2022
1 parent a9c459e commit df46f77
Show file tree
Hide file tree
Showing 2 changed files with 6,637 additions and 7 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -7,8 +7,8 @@ inputs:
required: false
default: latest
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'code'
color: 'blue'
color: 'blue'

0 comments on commit df46f77

Please sign in to comment.