Skip to content

Commit

Permalink
port tests too#
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Feb 3, 2023
1 parent 7c906c3 commit ca8b95e
Show file tree
Hide file tree
Showing 11 changed files with 898 additions and 153 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
9 changes: 2 additions & 7 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit ca8b95e

Please sign in to comment.