Explicitly setup node

This commit is contained in:
Raphael Michel
2026-08-01 12:46:00 +02:00
parent a9de7a5b12
commit 65c774c1f6
+4
View File
@@ -21,6 +21,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: '24.x'
- uses: actions/cache@v4
with:
path: ~/.cache/pip