Skip to content

Commit 2c62091

Browse files
authored
Drop node.js v16 from testing due to dev dependency requirements.
1 parent 16b2e5b commit 2c62091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Test (Library)
2929
strategy:
3030
matrix:
31-
node-version: [lts/gallium, lts/*, latest]
31+
node-version: [lts/*, latest]
3232
os: [ubuntu-latest, windows-latest, macos-latest]
3333
runs-on: ${{ matrix.os }}
3434
steps:

0 commit comments

Comments
 (0)