Skip to content

Commit e2a1d65

Browse files
committed
wip
1 parent fa2e94a commit e2a1d65

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
nodeVersion: [ 16, 18, 20, 22 ]
12+
nodeVersion: [ 18, 20, 22 ]
1313
jdkVersion: [ openjdk9, openjdk10, openjdk11, openjdk21 ]
1414
steps:
1515
- name: Checkout source code

.github/workflows/pull-requests.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-
nodeVersion: [ 16, 18, 20, 22 ]
13+
nodeVersion: [ 18, 20, 22 ]
1414
jdkVersion: [ openjdk9, openjdk10, openjdk11, openjdk21 ]
1515
steps:
1616
- name: Checkout source code

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"vitest": "^3.1.3",
3838
"when": "3.7.8"
3939
},
40-
"overrides": {
41-
"vite": "^5.4.0"
42-
},
4340
"scripts": {
4441
"install": "node-gyp rebuild",
4542
"test": "node testRunner.js",

0 commit comments

Comments
 (0)