.github/workflows: Use node 24.

This commit is contained in:
Laurens Valk
2026-05-29 21:57:20 +02:00
parent 719e587517
commit 48cd9db78a
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -36,9 +36,9 @@ jobs:
poetry run python -m pip install --upgrade pip
poetry run python -m pip install --upgrade setuptools
poetry install --only=doc
- uses: actions/setup-node@v6
- uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- run: npm version --no-git-tag-version "$NPM_VERSION"
working-directory: npm/ide-docs
+2 -2
View File
@@ -29,9 +29,9 @@ jobs:
- name: Set pybricks-jedi version
run: poetry version "$VERSION"
working-directory: jedi
- uses: actions/setup-node@v6
- uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- run: ./build.py "$NPM_VERSION"
working-directory: npm/jedi