Skip to content

Commit 67ae38d

Browse files
committed
ci: Test with Jest 30
1 parent 34037a9 commit 67ae38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [18.x, 20.x, 22.x, 24.x]
19-
jest-version: [27, 28, 29]
18+
node-version: [18.x, 20.x, 22.x, 23.x]
19+
jest-version: [27, 28, 29, 30]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)