diff --git a/.github/workflows/lint-check-types-jest.yml b/.github/workflows/lint-check-types-jest.yml index af0b17f..2748414 100644 --- a/.github/workflows/lint-check-types-jest.yml +++ b/.github/workflows/lint-check-types-jest.yml @@ -12,6 +12,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: 'lts/*' + - run: yarn + - run: cat yarn.lock + - run: exit 1 - run: yarn --frozen-lockfile - run: yarn eslint . --max-warnings 0 - run: yarn stylelint '**/*.{js,tsx,css,scss}' --max-warnings 0 diff --git a/package.json b/package.json index fdff972..571ac00 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/node": "20.10.4", "@types/react": "18.2.45", "@types/react-dom": "18.2.17", - "cypress": "13.6.1", + "cypress": "https://cdn.cypress.io/beta/npm/13.6.2/linux-x64/develop-372515829e82fc3542891cf92f83579e01f530e7/cypress.tgz", "eslint": "8.55.0", "eslint-config-upleveled": "7.3.4", "jest": "29.7.0",