Skip to content

Commit e809b12

Browse files
Merge pull request #2 from ananttripathi/feature/difftool-app
Fix CI: use npm install instead of npm ci (no lockfile)
2 parents 2df7f1e + 9ee4376 commit e809b12

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: 20
31-
cache: npm
3231

3332
- name: Install dependencies
34-
run: npm ci
33+
run: npm install
3534

3635
- name: Build
3736
run: npm run build

0 commit comments

Comments
 (0)