Skip to content

Commit

Permalink
Merge pull request #229 from Borales/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
Borales authored Oct 24, 2023
2 parents 29b9b89 + 7845ba0 commit ac3426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Node.js 18.x
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.0
with:
node-version: 18.x

Expand Down

0 comments on commit ac3426f

Please sign in to comment.