Skip to content

Commit

Permalink
Upgrade action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lenovouser committed May 1, 2024
1 parent c14aff8 commit 89bb170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
node-version: [^14.19, ^16.15, ^18, ^20, ^22]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- if: runner.os == 'Windows' && matrix.node-version == '^22'
Expand All @@ -29,7 +29,7 @@ jobs:
run: npm install --global npm@^8
- run: npm install --no-audit
- run: npm test
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
files: coverage/lcov.info
name: ${{ matrix.os }}/${{ matrix.node-version }}

0 comments on commit 89bb170

Please sign in to comment.