Skip to content

Commit e6a1830

Browse files
committed
fix: update Node.js version specification to 'lts/*' in workflow
1 parent da434f7 commit e6a1830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-default-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 'lts'
25+
node-version: 'lts/*'
2626
cache: 'npm'
2727

2828
- name: Fetch and update data

0 commit comments

Comments
 (0)