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 46fa2e4 commit bba9acbCopy full SHA for bba9acb
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: ["10", "12", "14"]
+ node-version: ["10", "12", "14", "16", "18"]
9
os: [ubuntu-latest, windows-latest]
10
name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
11
steps:
0 commit comments