Skip to content

Commit

Permalink
Updating to Node16 from Node12
Browse files Browse the repository at this point in the history
I believe this is what caught us off guard, so I'm updating to node16 to hopefully address the issue with this action and get us back up and running.
  • Loading branch information
thebenhatfield authored Feb 1, 2023
1 parent eaff6ff commit 0a3111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ inputs:
required: true
default: ${{github.token}}
runs:
using: "node12"
using: "node16"
main: "index.js"

0 comments on commit 0a3111d

Please # to comment.