Skip to content

Commit 67dbe77

Browse files
fix: ci breaking on v14 and v16
1 parent 1d65666 commit 67dbe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git add .
3939
git commit -m "test commit 2"
4040
41-
- run: npm install ./dist/apps/cli/herodevs-cli-0.0.0-local.tgz
41+
- run: npm install --package-lock-only ./dist/apps/cli/herodevs-cli-0.0.0-local.tgz
4242

4343
- run: npx hd --version
4444

0 commit comments

Comments
 (0)