-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
9,940 additions
and
15,296 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 |
---|---|---|
|
@@ -3,22 +3,25 @@ on: push | |
jobs: | ||
test: | ||
runs-on: ubuntu-20.04 | ||
name: Test on Node 16 | ||
name: Test on Node 20 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 16 | ||
# - uses: bahmutov/npm-install@v1 | ||
- run: npm install | ||
- run: npm run build | ||
- run: npm run compile | ||
- run: npm run test | ||
node-version: 20 | ||
cache: pnpm | ||
|
||
- name: Upload coverage report on Node 16 to coveralls.io... | ||
uses: coverallsapp/[email protected] | ||
- run: pnpm install --no-frozen-lockfile | ||
- run: pnpm build | ||
- run: pnpm compile | ||
- run: pnpm docs | ||
- run: pnpm copy-compile | ||
- run: pnpm test | ||
|
||
- name: Upload coverage report on Node 20 to coveralls.io... | ||
uses: coverallsapp/github-action@master | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.