Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Node 16 is being deprecated from Github actions and they recommend using node 20.
  • Loading branch information
nicksrandall authored and kaushalkapasi committed Feb 5, 2024
1 parent e1c6751 commit c13e806
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 @@ -15,5 +15,5 @@ inputs:
description: "The GitHub token for your repo"
required: true
runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit c13e806

Please sign in to comment.