diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index b5d4bada..d379bada 100644 --- a/.github/workflows/.firebase/build-and-deploy.yml +++ b/.github/workflows/.firebase/build-and-deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '14.21.3' - name: Cache dependencies uses: actions/cache@v2 @@ -56,7 +56,7 @@ jobs: run: cd .functions && npm ci --only=production && cd ../.. - name: Check last changed files - uses: lots0logs/gh-action-get-changed-files@2.1.4 + uses: lots0logs/gh-action-get-changed-files@2.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} id: changed_files diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index eae3b0f7..2526c529 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '14.21.3' - name: Cache dependencies uses: actions/cache@v2