Skip to content

Commit

Permalink
Update action to use Node 16 (#122)
Browse files Browse the repository at this point in the history
* Update action to use Node 16

* Add dist folder
  • Loading branch information
ja-bravo committed Dec 9, 2021
1 parent 70029ca commit dd019b7
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 88 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: false
default: 1
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit dd019b7

Please sign in to comment.