Skip to content

Commit c2048fe

Browse files
committed
update sdkbuild
1 parent 100b049 commit c2048fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
env:
1717
ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
1818
ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
19-
19+
2020
steps:
21+
- name: Generate lock file
22+
run: npm install --package-lock-only
2123
- uses: actions/checkout@v4
22-
- name: Use Node.js
24+
- name: Use Node.js
2325
uses: actions/setup-node@v4
2426
with:
2527
node-version: '21'

0 commit comments

Comments
 (0)