Skip to content

Commit

Permalink
Update action to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross authored Jan 8, 2022
1 parent 24fc2d1 commit 7b1cdb4
Show file tree
Hide file tree
Showing 5 changed files with 3,814 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ inputs:
description: 'a great description of your input'
default: 'a suitable default value'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 7b1cdb4

Please sign in to comment.