diff --git a/.functions/package.json b/.functions/package.json index 7ddf688a..1627a850 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": "14" + "node": "22.14.0" }, "main": "index.js", "dependencies": { diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index 56e6ca4f..b2b37295 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.x' + node-version: '22.14.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 c5063100..3e9d8800 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.x' + node-version: '22.14.0' - name: Cache dependencies uses: actions/cache@v2 diff --git a/.nvmrc b/.nvmrc index 8351c193..7d41c735 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 +22.14.0 diff --git a/template/public/img/uploads/tabela-tamanhos-all-star.jpg b/template/public/img/uploads/tabela-tamanhos-all-star.jpg index 1a2c9cb0..e36d7e36 100644 Binary files a/template/public/img/uploads/tabela-tamanhos-all-star.jpg and b/template/public/img/uploads/tabela-tamanhos-all-star.jpg differ