Skip to content

Commit

Permalink
Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Sep 9, 2024
1 parent 4d0c721 commit a0ebbb4
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 @@ -48,7 +48,7 @@ runs:
if: ${{ inputs.sushi != 'false' }}
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

# Install SUSHI if needed
- name: "Install SUSHI"
Expand Down

0 comments on commit a0ebbb4

Please sign in to comment.