Skip to content

Commit 30b4056

Browse files
committed
wip
1 parent f81979a commit 30b4056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@ jobs:
6565
- uses: actions/setup-node@v4
6666
with:
6767
node-version: 24
68-
cache: "npm"
69-
- run: npm ci --package-lock
68+
- run: npm i --prefix example-cap-server
7069
- run: npm run test --prefix example-cap-server

0 commit comments

Comments
 (0)