Skip to content

Commit 7dc28a0

Browse files
committed
increase node version for doc sync action
1 parent 17634da commit 7dc28a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/sync-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js environment
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: "18"
26+
node-version: "22"
2727

2828
- name: Sync docs
2929
run: ./.github/scripts/sync_docs.sh

0 commit comments

Comments
 (0)