Skip to content

Commit a902a5b

Browse files
chore(jest): upgrade v28
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
1 parent 435e7e0 commit a902a5b

3 files changed

Lines changed: 2208 additions & 7420 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [ '10.x','12.x', '14.x', '16.x' ]
13+
node: [ '14.x', '16.x', '18.x' ]
1414
name: Node ${{ matrix.node }}
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)