Skip to content

Commit

Permalink
Bump actions/setup-node from 3.8.1 to 4.0.0 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent fb742b8 commit 24351d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js 20.x
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: 20.x
- name: Rebuild the dist/ directory
Expand Down

0 comments on commit 24351d7

Please sign in to comment.