Skip to content

Commit

Permalink
Upgrade: Bump actions/setup-node from 3.7.0 to 3.8.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.7.0...v3.8.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jonnitto committed Sep 11, 2023
1 parent a400728 commit 0ec7f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
version: latest
- name: Setup node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -94,7 +94,7 @@ jobs:
with:
name: yarn
- name: Setup node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: .nvmrc
cache: yarn
Expand All @@ -116,7 +116,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: npm
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.1
with:
node-version-file: .nvmrc
cache: npm
Expand Down

0 comments on commit 0ec7f82

Please sign in to comment.