Skip to content

Commit

Permalink
Update actions/setup-node action to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2023
1 parent 5103908 commit b9c2998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
version: '${{ steps.pnpm-version.outputs.version }}'

- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.1
with:
# use the version found in `.nvmrc`
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
version: '${{ steps.pnpm-version.outputs.version }}'

- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.1
with:
# use the version found in `.nvmrc`
node-version-file: '.nvmrc'
Expand Down

0 comments on commit b9c2998

Please sign in to comment.