We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6eb56f commit 7d78cb9Copy full SHA for 7d78cb9
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- node: [16.x, 18.x, 20.x]
+ node: [18.x, 20.x]
12
os: [ubuntu-latest, macos-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
0 commit comments