Skip to content

Commit

Permalink
Bump actions/setup-node from 2.1.5 to 2.2.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 11, 2021
1 parent 02cad4b commit 3041ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2.3.4

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

- run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: ${{ matrix.node-version }}
- run: |
Expand Down

0 comments on commit 3041ae5

Please sign in to comment.