include a node setup in action
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Failing after 1m24s
Build and Deploy Backend / Build and Deploy (push) Has been skipped

This commit is contained in:
c-d-p
2025-04-30 20:29:14 +02:00
parent 36d373b95c
commit 0d718a6055

View File

@@ -32,11 +32,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
# Sets up Node
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '21'
# Sets up Python 3.12 environment
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12.3'
python-version: '3.12'
# Cache pip dependencies for faster reruns
- name: Cache pip dependencies