Merge pull request #209 from BreizhHardware/fix/cypress

Fix/cypress
This commit is contained in:
Félix MARQUET
2025-10-07 18:48:21 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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": [