Skip to content

Commit

Permalink
Update actions/setup-node action to v3.8.0 (#317)
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 Aug 14, 2023
1 parent c051d38 commit acdfd3f
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 @@ -28,7 +28,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 16.x
cache: pnpm
Expand All @@ -49,7 +49,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 16.x
cache: pnpm
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 16.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/checkout@v3.5.3
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit acdfd3f

Please sign in to comment.