This commit is contained in:
MartinBraquet
2025-08-04 09:50:07 +02:00
parent 85d2b779bc
commit 528402437b

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22' # or match the version in .nvmrc or package.json
node-version: '22'
- name: Install dependencies
run: npm ci