Skip to content

Commit

Permalink
Revert build file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
irnnr committed Feb 14, 2024
1 parent ad348f6 commit fcb3216
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nodeVersion: [ 14, 16, 18, 20 ]
nodeVersion: [ 14, 16, 18 ]
name: Run Tests - Node ${{ matrix.nodeVersion }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodeVersion }}
cache: 'npm'
- name: Run tests and collect coverage
run: ./scripts/cibuild.sh
- name: Upload coverage reports to Codecov
# https://github.com/marketplace/actions/codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

0 comments on commit fcb3216

Please sign in to comment.