Skip to content

Commit 56a28e9

Browse files
authored
uses: actions/setup-node@v6
1 parent 638efd1 commit 56a28e9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
- uses: actions/checkout@v2
99
with:
1010
fetch-depth: 0
11-
- uses: actions/setup-node@v1
12-
with:
13-
node-version: 'lts/*'
11+
- uses: actions/setup-node@v6
1412
- run: npm install --global awesome-lint
1513
- run: awesome-lint

0 commit comments

Comments
 (0)