Skip to content

Commit caee7d6

Browse files
committed
Updating codecov
1 parent 8d1fae0 commit caee7d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [16.x, 18.x]
14+
node-version: [20.x]
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@main
1919

2020
- name: Setup Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

@@ -29,4 +29,4 @@ jobs:
2929
run: npm t
3030

3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)