Skip to content

Commit

Permalink
ci: update actions/checkout (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlu-zyl authored Mar 3, 2024
1 parent 4079d6f commit da78776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Node v${{matrix.node}} ((${{matrix.platform}}))
runs-on: ${{matrix.platform}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
Expand All @@ -22,11 +22,3 @@ jobs:
run: npx turbo lint
- name: run tests
run: npx turbo test
- name: coverage
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: false
token: ${{ secrets.CODECOV_TOKEN }}
env:
CI: true

0 comments on commit da78776

Please sign in to comment.