From b5380c1a1a112c531bba929e6c5c1db9c53b19ee Mon Sep 17 00:00:00 2001 From: Siarhei Dudko Date: Wed, 21 Aug 2024 21:08:02 +0400 Subject: [PATCH] update --- .github/workflows/deploy-development.yml | 4 ++-- .github/workflows/deploy-production.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 00ba4e1..d743c0c 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -4,7 +4,7 @@ on: branches: - dev env: - NODE_VERSION: 20 + NODE_VERSION: 22 TOKEN_FOR_WORKFLOW: ${{ secrets.TOKEN_FOR_WORKFLOW }} FIREBASE_PROJECT: "development" GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/firebase/functions/accounts/development.json @@ -59,7 +59,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index a90e9d8..2d95d2f 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -4,7 +4,7 @@ on: branches: - main env: - NODE_VERSION: 20 + NODE_VERSION: 22 TOKEN_FOR_WORKFLOW: ${{ secrets.TOKEN_FOR_WORKFLOW }} FIREBASE_PROJECT: "production" GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/firebase/functions/accounts/production.json @@ -59,7 +59,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: