Skip to content

Commit d67581c

Browse files
committed
added install/packagelock
1 parent ca3b31c commit d67581c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 18
15+
- run: npm install --package-lock-only
1516
- run: npm ci
1617
- run: npm run build
1718
- run: npm run test

0 commit comments

Comments
 (0)