Skip to content

Commit e61df85

Browse files
committed
ci(gateway): ci install
1 parent 543e1d8 commit e61df85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3131
restore-keys: |
3232
${{ runner.os }}-node-
33-
- run: npm install --legacy-peer-deps
33+
- run: npm ci
3434
- run: npm run deploy
3535

3636
- name: Deploy

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ server/private/localhost.cert.pem
4444
server/private/localhost.key.pem
4545
server/private/localhost.req.pem
4646
.angular
47+
speek.pem

0 commit comments

Comments
 (0)