Skip to content

Commit

Permalink
Fix PR build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed May 23, 2024
1 parent 8464491 commit 0cd0812
Show file tree
Hide file tree
Showing 3 changed files with 21,334 additions and 22,575 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node: [12, 14, 16]
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -21,9 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org
- name: bootstrap
run: npx lerna bootstrap --hoist
- name: link
run: npx lerna link
- name: install
run: npm install
- name: test
run: npm test
Loading

0 comments on commit 0cd0812

Please sign in to comment.