Skip to content

Commit 2e7d882

Browse files
committed
ci: update ci
1 parent 763a8f7 commit 2e7d882

3 files changed

Lines changed: 8 additions & 533 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
matrix:
1414
node-version: [18.x, 20.x, 22.x]
1515
steps:
16-
- uses: actions/checkout@v3
17-
16+
- uses: actions/checkout@v4
17+
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm ci
@@ -27,17 +27,17 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: [build]
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131

32-
- name: Use Node.js ${{ matrix.node-version }}
33-
uses: actions/setup-node@v3
32+
- name: Use Node.js
33+
uses: actions/setup-node@v4
3434
with:
3535
node-version: 20.x
3636
- run: npm ci
3737
- run: npm run coverage
38-
- run: npm run coveralls
3938

4039
- name: Coveralls
4140
uses: coverallsapp/github-action@v2
4241
with:
4342
github-token: ${{ secrets.GITHUB_TOKEN }}
43+
path-to-lcov: ./coverage/lcov.info

0 commit comments

Comments
 (0)