-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: use workspaces We had rolled our own workspaces, but I think we can use npm workspaces and cut down on duplication. Also, hopefully this plays better with renovate. * docs: update for workspaces * feat: test on more node versions. * fix: run all node versions to completion
- Loading branch information
1 parent
43847e4
commit 0a12150
Showing
29 changed files
with
32,521 additions
and
48,366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [12.x] | ||
node-version: [12, 14, 16] | ||
fail-fast: false | ||
|
||
steps: | ||
- name: Checkout Source Files | ||
|
@@ -22,11 +23,14 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Update npm | ||
run: npm i -g npm@8 | ||
|
||
- name: Start database | ||
uses: supercharge/[email protected] | ||
|
||
- name: Install Dependencies | ||
run: npm ci | ||
|
||
- name: Run Tests | ||
run: npm run test-local-or-ci | ||
run: npm run test-local-or-ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.