Skip to content

Commit

Permalink
Update actions/setup-node action to v3.6.0 (#624)
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 Jan 5, 2023
1 parent 2a68644 commit 93759fd
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 @@ -22,7 +22,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version: 12.x
cache: pnpm
Expand All @@ -46,7 +46,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand All @@ -66,7 +66,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version: 12.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 @@ -20,7 +20,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version: 12.x
cache: pnpm
Expand Down

0 comments on commit 93759fd

Please sign in to comment.