Skip to content

Commit cd23e5d

Browse files
committed
build
1 parent 6046df1 commit cd23e5d

File tree

2 files changed

+4
-71
lines changed

2 files changed

+4
-71
lines changed

Diff for: .github/build.yml renamed to .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [18.x, 20.x, 22.x]
2020

2121
runs-on: ${{ matrix.os }}
2222

@@ -26,13 +26,13 @@ jobs:
2626
uses: actions/setup-node@v1
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
- run: npm ci
29+
- run: npm i
3030
- run: npm run build --if-present
3131
- run: npm test
3232

3333
- name: Coveralls
34-
uses: coverallsapp/github-action@master
34+
uses: coverallsapp/github-action@main
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
37-
path-to-lcov: ./test/lcov.info
37+
path-to-lcov: ./coverage/lcov.info
3838

Diff for: .github/workflows/codeql-analysis.yml

-67
This file was deleted.

0 commit comments

Comments
 (0)