Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
upgrade to checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Oct 30, 2020
1 parent 30ae7c4 commit e317d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint

coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: npm install
- run: npm run coverage
- name: Upload coverage to Coveralls
Expand All @@ -38,6 +38,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: npm install
- run: npm run test

0 comments on commit e317d6f

Please sign in to comment.