From 54737aaef8995b24965c22209d4fcadfed0e4f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:43:27 +0200 Subject: [PATCH 1/2] chore: update deployment configurations and dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0da645a..f10f655 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "build:css": "npx @tailwindcss/cli -i src/index.css -o src/output.css", "cypress:open": "cypress open", "cypress:run": "cypress run", - "test": "browserslist" + "test": "browserslist && pnpm run cypress:run" }, "eslintConfig": { "extends": [ From 77713aa203d1397b98423a845de28ecd664e4285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:45:24 +0200 Subject: [PATCH 2/2] chore: update Node.js version in deployment files --- .github/workflows/deploy-test.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 6b01635..a8ad992 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '24' cache: 'pnpm' - name: Install dependencies and build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eb0ae26..82a2836 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '24' cache: 'pnpm' - name: Install dependencies and build