mirror of
https://github.com/gofiber/fiber.git
synced 2025-04-27 21:25:34 +00:00
increase node version for doc sync action
This commit is contained in:
parent
17634dab23
commit
7dc28a0b45
2
.github/workflows/sync-docs.yml
vendored
2
.github/workflows/sync-docs.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "22"
|
||||||
|
|
||||||
- name: Sync docs
|
- name: Sync docs
|
||||||
run: ./.github/scripts/sync_docs.sh
|
run: ./.github/scripts/sync_docs.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user