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 1516ed7 commit 14a07f2Copy full SHA for 14a07f2
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v1
17
with:
18
- node-version: '14'
+ node-version: '16'
19
- run: npm ci
20
- run: npm run lint
21
0 commit comments