Skip to content

Commit 28bdb83

Browse files
committed
Update ci.yml
1 parent 3da59f3 commit 28bdb83

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: "20"
22-
cache: "npm"
2322

24-
- run: npm ci
23+
- run: npm install
2524

2625
- run: npm run build
2726

2827
- name: Build simple-host example
2928
working-directory: examples/simple-host
3029
run: |
31-
npm ci
30+
npm install
3231
npm run build
3332
3433
- name: Build simple-server example
3534
working-directory: examples/simple-server
3635
run: |
37-
npm ci
36+
npm install
3837
npm run build
3938
4039
- run: npm run prettier

0 commit comments

Comments
 (0)