mirror of https://github.com/gofiber/fiber.git
increase node version for doc sync action
parent
17634dab23
commit
7dc28a0b45
|
@ -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…
Reference in New Issue