Skip to content

Commit

Permalink
Bump actions/setup-node from 3.4.1 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.4.1...v3.5.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 Sep 28, 2022
1 parent 2c8c4d1 commit 101fdd1
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 @@ -22,7 +22,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 1
- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.5.0
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
rubygems: latest
- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.5.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 @@ -28,7 +28,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # Also runs `bundle install`
- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.5.0
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand Down

0 comments on commit 101fdd1

Please sign in to comment.