Skip to content

Commit 02cc32b

Browse files
committed
Update ci
1 parent 39d0ce6 commit 02cc32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-latest, ubuntu-latest, windows-latest]
15+
os: [ubuntu-latest]
1616
node-version: [19.x]
1717

1818
steps:
@@ -21,6 +21,6 @@ jobs:
2121
uses: actions/setup-node@v2
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
- run: npm install
24+
- run: npm ci
2525
- run: npm run build --if-present
2626
- run: npm test

0 commit comments

Comments
 (0)