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 10fb00e commit 8afefceCopy full SHA for 8afefce
.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: 8
+ node-version: 12
19
- run: npm install
20
- run: npm run lint
21
- run: npm run build
0 commit comments