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 56b4ee0 commit 4cb9129Copy full SHA for 4cb9129
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node-version: [6.x, 8.x, 10.x, 11.x, 12.x, 13.x]
+ node-version: [6.x, 8.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
9
steps:
10
- uses: actions/checkout@v2
11
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments