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