Skip to content

Commit c00ded6

Browse files
authored
ci: use LTS version for GHPages workflow
1 parent ac6b174 commit c00ded6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 18.x
30+
node-version: lts/*
3131
- name: Install Packages
3232
run: yarn
3333
- name: Build docs

0 commit comments

Comments
 (0)