File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments