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 42cfa46 commit 638efd1Copy full SHA for 638efd1
1 file changed
.github/workflows/main.yml
@@ -10,6 +10,6 @@ jobs:
10
fetch-depth: 0
11
- uses: actions/setup-node@v1
12
with:
13
- node-version: 12
+ node-version: 'lts/*'
14
- run: npm install --global awesome-lint
15
- run: awesome-lint
0 commit comments