Skip to content

Commit

Permalink
Bump action node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaff-weldon committed May 26, 2023
1 parent 446f151 commit 09c6377
Show file tree
Hide file tree
Showing 4 changed files with 2,162 additions and 1,004 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
16.20.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
16.20.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: 'softprops'
env:
'GITHUB_TOKEN': 'Repository token provided by Github Actions secrets'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
inputs:
poll-interval-seconds:
Expand Down
Loading

0 comments on commit 09c6377

Please sign in to comment.