Skip to content

Commit 8b91f6c

Browse files
committed
chore: update Node.js version to 20 in sync-docs.yml
1 parent c9dfb48 commit 8b91f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js environment
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: '18'
29+
node-version: '20'
3030

3131
- name: Sync docs
3232
run: ./.github/scripts/sync_docs.sh

0 commit comments

Comments
 (0)