Skip to content

Commit

Permalink
Update actions/setup-node action to v4.1.0 (#1268)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent d86660a commit 709f843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: 22.x
cache: pnpm
Expand All @@ -48,7 +48,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: 22.x
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: 22.x
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 709f843

Please sign in to comment.