Skip to content

Commit

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

---
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 Jul 7, 2021
1 parent 748a3c2 commit 0210627
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.1.4
uses: actions/setup-node@v2.2.0
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.1.4
uses: actions/setup-node@v2.2.0
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.1.4
uses: actions/setup-node@v2.2.0
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 0210627

Please sign in to comment.