Skip to content

Commit 9702a9a

Browse files
committed
Upgrade action versions
1 parent 4b7159c commit 9702a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ 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
- name: Install npm@8 for Node.js 14
2424
if: matrix.node-version == '^14.19'
2525
run: npm install --global npm@^8
2626
- run: npm install --no-audit
2727
- run: npm test
28-
- uses: codecov/codecov-action@v2
28+
- uses: codecov/codecov-action@v4
2929
with:
3030
files: coverage/lcov.info
3131
name: ${{ matrix.os }}/${{ matrix.node-version }}

0 commit comments

Comments
 (0)