Skip to content

Commit 58b2137

Browse files
authored
Switch from npm ci to npm install to fix dependency issue
1 parent 950d8dd commit 58b2137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies for server
2222
run: |
2323
cd server
24-
npm ci
24+
npm install
2525
- name: Run server tests
2626
env:
2727
OPEN_API_KEY: ${{ secrets.OPEN_API_KEY }}
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies for web
4040
run: |
4141
cd web
42-
npm ci
42+
npm install
4343
- name: Build web app
4444
run: |
4545
cd web

0 commit comments

Comments
 (0)