Skip to content

Commit

Permalink
ci job
Browse files Browse the repository at this point in the history
Signed-off-by: flakey5 <[email protected]>
  • Loading branch information
flakey5 committed Oct 16, 2024
1 parent d8877e5 commit d951470
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,18 @@ jobs:
max-parallel: 0
matrix:
node-version:
- 18
- 20
- 21
- 22
- version: 18
- version: 20
- version: 21
- version: 22
env: NODE_OPTIONS=--experimental-sqlite
runs-on:
- ubuntu-latest
- windows-latest
- macos-latest
uses: ./.github/workflows/test.yml
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version.version }}
runs-on: ${{ matrix.runs-on }}
secrets: inherit

Expand Down

0 comments on commit d951470

Please sign in to comment.