ci: update actions to Node 24 runtime
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled

This commit is contained in:
Vadim Malanov
2026-06-15 10:16:08 +03:00
parent 9c482e4175
commit 9af557c26a

View File

@@ -6,17 +6,14 @@ on:
pull_request: pull_request:
branches: [main] branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs: jobs:
backend: backend:
name: Backend (lint + tests + compose) name: Backend (lint + tests + compose)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "3.11" python-version: "3.11"
cache: "pip" cache: "pip"
@@ -65,9 +62,9 @@ jobs:
run: run:
working-directory: frontend working-directory: frontend
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: actions/setup-node@v4 - uses: actions/setup-node@v5
with: with:
node-version: "20" node-version: "20"
cache: "npm" cache: "npm"