瀏覽代碼

ci : pin nodejs to 22.11.0 (#10779)

Xuan Son Nguyen 1 年之前
父節點
當前提交
92f77a640f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/server.yml

+ 1 - 1
.github/workflows/server.yml

@@ -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