Skip to content

Commit

Permalink
Drop node.js v16 from testing due to dev dependency requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly authored Sep 25, 2024
1 parent 16b2e5b commit 2c62091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Test (Library)
strategy:
matrix:
node-version: [lts/gallium, lts/*, latest]
node-version: [lts/*, latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 2c62091

Please sign in to comment.