Skip to content

Commit

Permalink
ci: update checkout, setup-node, and codecov github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 6, 2023
2 parents de23c0e + 2a8c4bf commit da81b8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.x
cache: yarn
Expand All @@ -26,13 +26,13 @@ jobs:
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn --frozen-lockfile
- run: yarn cover:ci
- if: ${{ matrix.os != 'windows-latest' }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

0 comments on commit da81b8e

Please sign in to comment.