diff --git a/.github/workflows/azure-bicep-functions.yml b/.github/workflows/azure-bicep-functions.yml index a13a55b..3e58dbf 100644 --- a/.github/workflows/azure-bicep-functions.yml +++ b/.github/workflows/azure-bicep-functions.yml @@ -98,7 +98,7 @@ jobs: echo VUE_APP_COSTUMES_API_URL="https://${{ needs.deploy-iac.outputs.functionAppUrl }}/api" >> .env.production - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm'