diff --git a/.functions/package.json b/.functions/package.json index 8edf1088..a8b222ce 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "SSR for Storefront on Firebase with Cloud Functions", "engines": { - "node": "12.22.12" + "node": "24.16.0" }, "main": "index.js", "dependencies": { diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index 4ca2f2b0..c57e8957 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: '12.22.12' + node-version: '24.16.0' - name: Cache dependencies uses: actions/cache@v2 diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 7d764cc3..5f51dd5a 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@v2 with: - node-version: '12.22.12' + node-version: '24.16.0' - name: Cache dependencies uses: actions/cache@v2