Skip to content

Commit

Permalink
Update quip-test-util
Browse files Browse the repository at this point in the history
- Change test workflow to use Node 20
- Change test workflow to run `npm ci` instead of `npm install`
- Update Typescript and add React dependencies to ensure compatibility
  • Loading branch information
kvnlam committed May 2, 2024
1 parent cb1c001 commit 7bac815
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 99 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
working-directory: packages/quip-test-utils
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.11.1]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm run build
- run: npm test
env:
Expand Down
Loading

0 comments on commit 7bac815

Please sign in to comment.