Skip to content

Commit

Permalink
fix(deps): bump actions/setup-node from 2.4.1 to 2.5.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.4.1...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 29, 2021
1 parent f0b2aa2 commit b283b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit b283b6d

Please sign in to comment.