Parcourir la source

ci : pin nodejs to 22.11.0 (#10779)

Xuan Son Nguyen il y a 1 an
Parent
commit
92f77a640f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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