ci : pin nodejs to 22.11.0

This commit is contained in:
Xuan Son Nguyen 2024-12-11 08:54:56 +01:00
parent 43041d2eb3
commit 53c8765fb2

View 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