Skip to content

Commit

Permalink
chore: update action to use node20 (#240)
Browse files Browse the repository at this point in the history
<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:

Action fails to run since node16 deprecation

#### Which issue(s) does this PR fixes?:

<!--
(Optional) Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

Fixes #239


#### Additional comments?:

I'm testing this change now.

Co-authored-by: Chisel <chisel@chizography.net>
  • Loading branch information
houseful-chisel and chizmw committed Feb 12, 2024
1 parent 6cdefc3 commit d8b9f75
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 @@ -20,5 +20,5 @@ inputs:
default: ${{ github.token }}

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit d8b9f75

Please sign in to comment.