Skip to content

Commit 41d8c6b

Browse files
lenovousernovemberborn
authored andcommitted
Upgrade actions
1 parent bfd7dfa commit 41d8c6b

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,13 +16,13 @@ jobs:
1616
node-version: [^18.18, ^20.8, ^21]
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
- run: npm install --no-audit
2424
- run: npm test
25-
- uses: codecov/codecov-action@v2
25+
- uses: codecov/codecov-action@v4
2626
with:
2727
files: coverage/lcov.info
2828
name: ${{ matrix.os }}/${{ matrix.node-version }}

0 commit comments

Comments
 (0)