From 20e03d43409a5a9ab634815626901c7f8b7be863 Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Thu, 20 Aug 2026 14:49:58 +0400 Subject: [PATCH] ci: run Angular 22 on Node 24 --- .github/workflows/architecture-governance.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/architecture-governance.yml b/.github/workflows/architecture-governance.yml index c4f197b..886787c 100644 --- a/.github/workflows/architecture-governance.yml +++ b/.github/workflows/architecture-governance.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - name: Install Dependencies diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57ee80f..dba4155 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - name: Install dependencies