Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/setup-node from 2.4.0 to 3.4.1 (#3278)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.4.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2022
1 parent cea4427 commit f1f4560
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bbs-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: go

- name: Setup Node.js
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v3.4.1
with:
node-version: 12.14.x
registry-url: "https://npm.pkg.github.com"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
id: go

- name: Setup Node.js
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v3.4.1
with:
node-version: 12.14.x
registry-url: "https://npm.pkg.github.com"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
id: go

- name: Setup Node.js
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v3.4.1
with:
node-version: 12.14.x
registry-url: "https://npm.pkg.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: go

- name: Setup node
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v3.4.1
with:
node-version: '16.x'

Expand Down

0 comments on commit f1f4560

Please sign in to comment.