Skip to content

Commit

Permalink
testing invalid semver range
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhastings committed Oct 29, 2023
1 parent 398dbbf commit b32945f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'pnpm'

- name: Install application dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile

- name: Check formatting
run: pnpm format:check
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.52.0",
"eslint": "^8.51.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
Expand Down

0 comments on commit b32945f

Please sign in to comment.