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 24, 2024
1 parent 8464491 commit 67c2940
Show file tree
Hide file tree
Showing 11 changed files with 23,010 additions and 25,813 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
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ module.exports = {
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/optimizer-docker'],

testTimeout: 60 * 1000, // 60 seconds

// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],

Expand Down
Loading

0 comments on commit 67c2940

Please sign in to comment.