Skip to content

Commit 638efd1

Browse files
authored
Try node-version: 'lts/*' to fix linter
1 parent 42cfa46 commit 638efd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
fetch-depth: 0
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 12
13+
node-version: 'lts/*'
1414
- run: npm install --global awesome-lint
1515
- run: awesome-lint

0 commit comments

Comments
 (0)