ci : pin nodejs to 22.11.0 (#10779)

This commit is contained in:
Xuan Son Nguyen 2024-12-11 14:59:41 +01:00 committed by GitHub
parent 484d2f31ae
commit 92f77a640f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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