We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81979a commit 30b4056Copy full SHA for 30b4056
.github/workflows/main-ci.yml
@@ -65,6 +65,5 @@ jobs:
65
- uses: actions/setup-node@v4
66
with:
67
node-version: 24
68
- cache: "npm"
69
- - run: npm ci --package-lock
+ - run: npm i --prefix example-cap-server
70
- run: npm run test --prefix example-cap-server
0 commit comments