Skip to content

Commit

Permalink
Run Yarn and cat lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Dec 14, 2023
1 parent 3c0ac4d commit b176d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/lint-check-types-jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b176d33

Please sign in to comment.