build: use node-v22.17.0

This commit is contained in:
Baptiste Augrain
2025-08-12 20:38:38 +02:00
parent 930f570146
commit 2af82b8c5b
9 changed files with 13 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '22.15.1'
node-version-file: '.nvmrc'
- name: Setup Python 3
uses: actions/setup-python@v5