From 9af557c26a4b7d8e246cc1cfa905b128a65fcaec Mon Sep 17 00:00:00 2001 From: Vadim Malanov Date: Mon, 15 Jun 2026 10:16:08 +0300 Subject: [PATCH] ci: update actions to Node 24 runtime --- .github/workflows/ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5b690c..7e21a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,17 +6,14 @@ on: pull_request: branches: [main] -env: - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" - jobs: backend: name: Backend (lint + tests + compose) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.11" cache: "pip" @@ -65,9 +62,9 @@ jobs: run: working-directory: frontend steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "20" cache: "npm"