Skip to content

Commit

Permalink
Merge pull request #188 from Borales/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3.8.1
  • Loading branch information
Borales authored Aug 18, 2023
2 parents fd2eea8 + 8003e88 commit 556b314
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@v3

- name: Set Node.js 18.x
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 18.x

Expand Down

0 comments on commit 556b314

Please sign in to comment.