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 13bde5a commit 400a557Copy full SHA for 400a557
.github/workflows/lint.yml
@@ -12,6 +12,6 @@ jobs:
12
- uses: actions/checkout@v1
13
- uses: actions/setup-node@v1
14
with:
15
- node-version: '12.x'
+ node-version: '14'
16
- run: npm install
17
- run: npm run lint
.github/workflows/test.yml
- run: npm test
0 commit comments