Skip to content

Commit

Permalink
chore: bump actions versions in ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-tn committed Oct 16, 2021
1 parent 120db7f commit 90e0136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Run tests on Node.js ${{ matrix.node-version }}
steps:
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
check-latest: true
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Run tests
run: npm test
- if: matrix.node-version == 14
name: Send coverage info to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v1
with:
file: ./coverage/cobertura-coverage.xml

0 comments on commit 90e0136

Please sign in to comment.