Skip to content

Commit

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

---
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] committed Apr 4, 2022
1 parent decc7f3 commit 24e1469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3.1.0
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
fetch-depth: 2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3.1.0
with:
# Test only the oldest maintenance LTS Node.js version.
# https://github.com/nodejs/Release#release-schedule
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
fetch-depth: 2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3.1.0
with:
# Test only the oldest maintenance LTS Node.js version.
# https://github.com/nodejs/Release#release-schedule
Expand Down

0 comments on commit 24e1469

Please sign in to comment.