Skip to content

Commit

Permalink
chore: Upgrade GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qqilihq committed Feb 1, 2024
1 parent baf4939 commit ed340a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
# Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0
node-version: ">=18"
Expand All @@ -24,7 +24,7 @@ jobs:
yarn run jest --ci --reporters=jest-junit --reporters=default --coverage
yarn build
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: ./coverage/coverage-final.json
fail_ci_if_error: true

0 comments on commit ed340a1

Please sign in to comment.