Skip to content

Commit 047f214

Browse files
Update auto.yml
1 parent d3b2f81 commit 047f214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 'lts'
23+
node-version: 'lts/*'
24+
check-latest: true
2425

2526
- name: Install dependencies
2627
run: npm install

0 commit comments

Comments
 (0)