Skip to content

Commit e883246

Browse files
sjrdNavidJalali
andcommitted
Upgrade to vitest 1.3.0.
That version deprecates an overload of `it` and introduces a new one, where `testOptions` is the second argument. In order to upgrade to future versions (compatible with newer Vite versions), we need the new test code, and hence the new Vitest version. Vitest 1.3.0 nominally requires Vite 5.x. However, empirically it can cope with our Vite 4.x, so we keep it there. It does not support Node.js v16, though. We upgrade to Node.js v18 instead. Co-authored-by: NavidJalali <[email protected]>
1 parent 5ecf08c commit e883246

File tree

4 files changed

+2932
-664
lines changed

4 files changed

+2932
-664
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
node-version: ['16']
14+
node-version: ['18']
1515
java: ['8']
1616

1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)