Skip to content

Commit cd4b03c

Browse files
committed
ci: use node lts in deploy workflow
1 parent 9dc4a08 commit cd4b03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: 24
36+
node-version: "lts/*"
3737
cache: npm
3838
cache-dependency-path: docs/package-lock.json
3939

0 commit comments

Comments
 (0)