Skip to content

Commit

Permalink
Bump actions/setup-node from 2.5.0 to 2.5.1 (#155)
Browse files Browse the repository at this point in the history
* Bump actions/setup-node from 2.5.0 to 2.5.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.5.0...v2.5.1)

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

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

* Update coverage.yml

* Update test.yml

* Update coverage.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Dent <Jason3S@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Jason3S committed Feb 1, 2022
1 parent bf45441 commit 99c89f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2

- run: npm ci

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- macos-latest

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- run: |
npm install
npm test

0 comments on commit 99c89f3

Please sign in to comment.