Skip to content

Commit 89bb170

Browse files
committed
Upgrade action versions
1 parent c14aff8 commit 89bb170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
node-version: [^14.19, ^16.15, ^18, ^20, ^22]
1717
os: [ubuntu-latest, windows-latest]
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-node@v3
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- if: runner.os == 'Windows' && matrix.node-version == '^22'
@@ -29,7 +29,7 @@ jobs:
2929
run: npm install --global npm@^8
3030
- run: npm install --no-audit
3131
- run: npm test
32-
- uses: codecov/codecov-action@v2
32+
- uses: codecov/codecov-action@v4
3333
with:
3434
files: coverage/lcov.info
3535
name: ${{ matrix.os }}/${{ matrix.node-version }}

0 commit comments

Comments
 (0)