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 dc286ec commit 220ce6dCopy full SHA for 220ce6d
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: ['15', '14', '13', '12', '11', '10']
+ node-version: ["16", "15", "14", "13", "12", "11", "10"]
10
steps:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
0 commit comments