]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : pin nodejs to 22.11.0 (#10779)
authorXuan Son Nguyen <redacted>
Wed, 11 Dec 2024 13:59:41 +0000 (14:59 +0100)
committerGitHub <redacted>
Wed, 11 Dec 2024 13:59:41 +0000 (14:59 +0100)
.github/workflows/server.yml

index 9e66fb68cffe80ae32cd9b128ed4823cb621fd45..671fe595cdfcb6f62380a0f6af4043d6312c1791 100644 (file)
@@ -79,7 +79,7 @@ jobs:
       # Setup nodejs (to be used for verifying bundled index.html)
       - uses: actions/setup-node@v4
         with:
-          node-version: 22
+          node-version: '22.11.0'
 
       - name: Verify bundled index.html
         id: verify_server_index_html