We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4937a commit 7032eedCopy full SHA for 7032eed
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- node: [12, 14, 16, 18]
+ node: [16, 18, 20]
11
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
12
13
name: Node ${{ matrix.node }} on ${{ matrix.os }}
0 commit comments