Skip to content

Commit

Permalink
Merge pull request #478 from adaptive/dependabot/github_actions/main/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4.0.1

Bump actions/setup-node from 4.0.0 to 4.0.1
  • Loading branch information
adaptive committed Dec 19, 2023
2 parents 856d42d + ab2dced commit 5f818cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v4.0.0
- uses: actions/setup-node@v4.0.1
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v4.0.0
- uses: actions/setup-node@v4.0.1
with:
node-version: 18
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v4.0.0
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
Expand Down

0 comments on commit 5f818cf

Please sign in to comment.