We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484d2f3 commit 92f77a6Copy full SHA for 92f77a6
.github/workflows/server.yml
@@ -79,7 +79,7 @@ jobs:
79
# Setup nodejs (to be used for verifying bundled index.html)
80
- uses: actions/setup-node@v4
81
with:
82
- node-version: 22
+ node-version: '22.11.0'
83
84
- name: Verify bundled index.html
85
id: verify_server_index_html
0 commit comments