Skip to content

Commit

Permalink
chore: switch to react19
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Nov 8, 2024
1 parent 1391371 commit bd56573
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "16"

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Run Prettier check
run: npm run format:check
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "16"

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Run ESLint
run: npm run lint
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit bd56573

Please sign in to comment.