We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f385fe commit e2225c8Copy full SHA for e2225c8
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: 20
17
- - run: npm install
+ - run: npm install --package-lock-only
18
#- run: npm --prefix users/authservice ci
19
#- run: npm --prefix users/userservice ci
20
#- run: npm --prefix gatewayservice ci
0 commit comments