Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 1 to 2.5.1 (#8022)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v2.5.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] committed Feb 15, 2022
1 parent 098b27b commit 9cbfa5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 2

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

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

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

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

0 comments on commit 9cbfa5b

Please sign in to comment.