Skip to content

Commit 2f0fd99

Browse files
committed
force latest check for setup-node
1 parent 1ac25c0 commit 2f0fd99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: actions/setup-node@v4
3333
with:
3434
node-version: 'lts/*'
35+
check-latest: true
3536
- run: npm install
3637
- run: npm run lint
3738

0 commit comments

Comments
 (0)