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 2cf7166
Show file tree
Hide file tree
Showing 4 changed files with 21,335 additions and 22,576 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: [12, 14, 16]
node: [16, 18, 20]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
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 2cf7166

Please sign in to comment.