Skip to content

Commit dc492b6

Browse files
chore: add npm install dependencies
1 parent 6699d7e commit dc492b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ jobs:
2121
- name: Fix npm version
2222
run: npm install -g npm@10
2323

24+
- name: Install dependencies
25+
run: npm ci --force
26+
2427
- name: Build the app
2528
run: npm run build

0 commit comments

Comments
 (0)