Skip to content

Commit

Permalink
chore(jest): upgrade v28
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Node 10 due
to jest use of globalThis in Node 12

* chore: upgrade jest to v28 (#296)

* fix: drop Node 10 tests for compatibility with jest v28

* fix: update node versions to match jest

* fix: remove tests for end-of-life node releases
  • Loading branch information
aarongoldenthal committed May 30, 2022
1 parent 435e7e0 commit a902a5b
Show file tree
Hide file tree
Showing 3 changed files with 2,208 additions and 7,420 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10.x','12.x', '14.x', '16.x' ]
node: [ '14.x', '16.x', '18.x' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a902a5b

Please sign in to comment.