We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045ed65 commit d97ad1fCopy full SHA for d97ad1f
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
- node: [10, 12, 14, 15.9]
+ node: [16, 18, 20, 22]
15
16
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
17
steps:
0 commit comments