Skip to content

Commit e2225c8

Browse files
authored
Update build.yml
1 parent 1f385fe commit e2225c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 20
17-
- run: npm install
17+
- run: npm install --package-lock-only
1818
#- run: npm --prefix users/authservice ci
1919
#- run: npm --prefix users/userservice ci
2020
#- run: npm --prefix gatewayservice ci

0 commit comments

Comments
 (0)