Skip to content

Commit 72a66a9

Browse files
committed
updating package lock and fixing ci
1 parent 2c00f88 commit 72a66a9

File tree

3 files changed

+196
-2617
lines changed

3 files changed

+196
-2617
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171

7272
- name: Install dependencies
7373
run: |
74-
npm cache clean --force
75-
npm ci --legacy-peer-deps
74+
npm ci
7675
7776
- name: Run linter
7877
run: npm run lint

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ jobs:
121121
cache-dependency-path: './frontend/package-lock.json'
122122

123123
- name: Install dependencies
124-
run: |
125-
npm cache clean --force
126-
npm ci --legacy-peer-deps
124+
run: npm ci
127125

128126
- name: Install Wrangler
129127
run: npm install -g wrangler

0 commit comments

Comments
 (0)