Skip to content

Commit

Permalink
ci: FuseJS CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Nov 21, 2024
1 parent 90c05de commit 3666ce0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/js-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_versions: [18.x, 20.x, 22.x]
node_versions: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: npm ci
- run: npm ci # For general tooling
- run: npm ci # For lib dependencies
working-directory: js
- run: npm run build
working-directory: js
Expand Down

0 comments on commit 3666ce0

Please sign in to comment.