try node setup before checkout
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Failing after 4s
Build and Deploy Backend / Build and Deploy (push) Has been skipped

This commit is contained in:
c-d-p
2025-04-30 20:33:08 +02:00
parent 0d718a6055
commit 03758ede76

View File

@@ -28,15 +28,14 @@ jobs:
name: Run Linters and Tests
runs-on: ubuntu-latest
steps:
# Checks out the repo under $GITHUB_WORKSPACE
- name: Checkout code
uses: actions/checkout@v4
# Sets up Node
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '21'
# Checks out the repo under $GITHUB_WORKSPACE
- name: Checkout code
uses: actions/checkout@v4
# Sets up Python 3.12 environment
- name: Set up Python