From c872d5ed19963a063b00120862b975c5bb906f9f Mon Sep 17 00:00:00 2001 From: Alexander Makedonski Date: Mon, 18 Nov 2024 13:44:23 +0200 Subject: [PATCH] update(dev pipelines) --- .github/workflows/dev-deploy.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-deploy.yaml b/.github/workflows/dev-deploy.yaml index 6a4d14d..f705305 100644 --- a/.github/workflows/dev-deploy.yaml +++ b/.github/workflows/dev-deploy.yaml @@ -45,7 +45,8 @@ jobs: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ${{ env.AWS_REGION }} - + node-version: 16 + - name: Download src uses: actions/download-artifact@v4 with: @@ -65,11 +66,12 @@ jobs: steps: - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1-node16 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ${{ env.AWS_REGION }} + node-version: 16 - name: Invalidate cloudfront cache run: |