Skip to content

Commit

Permalink
Bump actions/setup-node from 3.7.0 to 3.8.0
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.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.7.0...v3.8.0)

---
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 Aug 14, 2023
1 parent 63b839f commit a37c70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 1
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
rubygems: latest
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: lts/* # use the latest LTS release
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # Also runs `bundle install`
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand Down

0 comments on commit a37c70f

Please sign in to comment.