Skip to content

Commit 94cad45

Browse files
committed
also run npm update in example
1 parent 33f2681 commit 94cad45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: ${{ matrix.install-cmd }}
4848
- run: npm run build
4949
- run: npm test
50-
- run: cd examples/logger && npm install && npm run build
50+
- run: cd examples/logger && ${{ matrix.install-cmd }} && npm run build
5151

5252
publish:
5353
name: Publish

0 commit comments

Comments
 (0)