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