We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b2e5b commit 2c62091Copy full SHA for 2c62091
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
name: Test (Library)
29
strategy:
30
matrix:
31
- node-version: [lts/gallium, lts/*, latest]
+ node-version: [lts/*, latest]
32
os: [ubuntu-latest, windows-latest, macos-latest]
33
runs-on: ${{ matrix.os }}
34
steps:
0 commit comments