We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f891aa5 commit a79f703Copy full SHA for a79f703
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
os: [ubuntu-latest, macos-latest, windows-latest]
8
- node: [8, 16, 18, 20]
+ node: [16, 18, 20]
9
runs-on: ${{ matrix.os }}
10
name: ${{ matrix.os }} / Node ${{ matrix.node }}
11
steps:
0 commit comments