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 3e4ddda commit dcb46e7Copy full SHA for dcb46e7
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- node: [12]
+ node: [12, 14, 16, 18]
11
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
12
13
name: Node ${{ matrix.node }} on ${{ matrix.os }}
0 commit comments