ci : pin nodejs to 22.11.0 (#10779)
This commit is contained in:
parent
484d2f31ae
commit
92f77a640f
1 changed files with 1 additions and 1 deletions
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)
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: '22.11.0'
|
||||
|
||||
- name: Verify bundled index.html
|
||||
id: verify_server_index_html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue