mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-28 08:31:25 +00:00
ci : pin nodejs to 22.11.0 (#10779)
This commit is contained in:
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
# Setup nodejs (to be used for verifying bundled index.html)
|
# Setup nodejs (to be used for verifying bundled index.html)
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: '22.11.0'
|
||||||
|
|
||||||
- name: Verify bundled index.html
|
- name: Verify bundled index.html
|
||||||
id: verify_server_index_html
|
id: verify_server_index_html
|
||||||
|
|||||||
Reference in New Issue
Block a user