Skip to content

Commit

Permalink
Update Node.js version in setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 11, 2024
1 parent dcca828 commit f05ad9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ runs:
############################################################

- name: Set up Node.js (required for using actions/github-script)
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'

- name: Print Inputs
uses: actions/github-script@v5
Expand Down

0 comments on commit f05ad9f

Please sign in to comment.