Skip to content

Commit

Permalink
upgrade codecov and setup-node github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Feb 8, 2024
1 parent 325c68b commit 9ad0d2e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- run: yarn install --immutable
- run: yarn test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 9ad0d2e

Please sign in to comment.