Skip to content

Commit f9c7906

Browse files
committed
Merge branch 'main' into worker-fix
2 parents ae44e4e + 03cb602 commit f9c7906

File tree

6 files changed

+1620
-14528
lines changed

6 files changed

+1620
-14528
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
node-version: ${{ matrix.node }}
2121
cache: 'npm'
2222
- name: Install dependencies
23-
# run: npm ci
24-
run: npm install --legacy-peer-deps
23+
run: npm install
2524
- name: Check style
2625
run: npm run lint && npm run style
2726
# - name: Run tests

.github/workflows/deploy-to-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: npm
1818
- name: Install dependencies
1919
run: |
20-
npm install --legacy-peer-deps
20+
npm install
2121
cd website
2222
npm install
2323
- name: Build website

0 commit comments

Comments
 (0)