Skip to content

Commit

Permalink
ci : pin nodejs to 22.11.0 (ggerganov#10779)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson authored Dec 11, 2024
1 parent 484d2f3 commit 92f77a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92f77a6

Please sign in to comment.