We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c00f88 commit 72a66a9Copy full SHA for 72a66a9
.github/workflows/build-test.yml
@@ -71,8 +71,7 @@ jobs:
71
72
- name: Install dependencies
73
run: |
74
- npm cache clean --force
75
- npm ci --legacy-peer-deps
+ npm ci
76
77
- name: Run linter
78
run: npm run lint
.github/workflows/deploy.yml
@@ -121,9 +121,7 @@ jobs:
121
cache-dependency-path: './frontend/package-lock.json'
122
123
124
- run: |
125
126
+ run: npm ci
127
128
- name: Install Wrangler
129
run: npm install -g wrangler
0 commit comments