Skip to content

Commit

Permalink
Update minimum tested NodeJS version to v21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Nov 20, 2024
1 parent f54b042 commit 58aa304
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 19.x, 20.x, 21.x]
node-version: [21.x, 22.x, 23.x]
shard: [1/1]
name:
Node v${{ matrix.node-version }} on ${{ inputs.os }} ${{ matrix.shard }}
name: Node v${{ matrix.node-version }} on ${{ inputs.os }} ${{ matrix.shard }}
runs-on: ${{ inputs.os }}

steps:
Expand All @@ -29,6 +28,5 @@ jobs:
cache: npm
- run: npm ci --prefer-offline --no-audit --no-fund
- run: npm run build
- run:
node --import tsx --test --test-shard=${{ matrix.shard }}
- run: node --import tsx --test --test-shard=${{ matrix.shard }}
src/__tests__/unit/**/*.test.ts src/__tests__/unit/*.test.ts

0 comments on commit 58aa304

Please sign in to comment.