Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Nov 7, 2024
1 parent 6046df1 commit cd23e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 71 deletions.
8 changes: 4 additions & 4 deletions .github/build.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
node-version: [18.x, 20.x, 22.x]

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

Expand All @@ -26,13 +26,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm i
- run: npm run build --if-present
- run: npm test

- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./test/lcov.info
path-to-lcov: ./coverage/lcov.info

67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

0 comments on commit cd23e5d

Please sign in to comment.