File tree Expand file tree Collapse file tree 3 files changed +54
-47
lines changed Expand file tree Collapse file tree 3 files changed +54
-47
lines changed Original file line number Diff line number Diff line change 18
18
submodules : true
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : 18
21
+ node-version : 20
22
22
cache : ' npm'
23
23
- name : Install
24
24
run : npm install
34
34
submodules : true
35
35
- uses : actions/setup-node@v3
36
36
with :
37
- node-version : 18
37
+ node-version : 20
38
38
cache : ' npm'
39
39
- name : Install
40
40
run : npm install
52
52
runs-on : ubuntu-latest
53
53
strategy :
54
54
matrix :
55
- node : [18, 20, 22]
55
+ node : [20, 22, 24 ]
56
56
steps :
57
57
- uses : actions/checkout@v3
58
58
with :
@@ -67,31 +67,31 @@ jobs:
67
67
run : npm run test:node
68
68
69
69
test_macos :
70
- name : Test on MacOS with Node 18
70
+ name : Test on MacOS with Node 20
71
71
runs-on : macos-latest
72
72
steps :
73
73
- uses : actions/checkout@v3
74
74
with :
75
75
submodules : true
76
76
- uses : actions/setup-node@v3
77
77
with :
78
- node-version : 18
78
+ node-version : 20
79
79
cache : ' npm'
80
80
- name : Install
81
81
run : npm install
82
82
- name : Run tests
83
83
run : npm run test:node
84
84
85
85
test_windows :
86
- name : Test on Windows with Node 18
86
+ name : Test on Windows with Node 20
87
87
runs-on : windows-latest
88
88
steps :
89
89
- uses : actions/checkout@v3
90
90
with :
91
91
submodules : true
92
92
- uses : actions/setup-node@v3
93
93
with :
94
- node-version : 18
94
+ node-version : 20
95
95
cache : ' npm'
96
96
- name : Install
97
97
run : npm install
Original file line number Diff line number Diff line change 57
57
"karma" : " ^6.4.4" ,
58
58
"karma-chrome-launcher" : " ^3.2.0" ,
59
59
"karma-mocha" : " ^2.0.1" ,
60
- "mocha" : " ^11.1 .0" ,
60
+ "mocha" : " ^11.7 .0" ,
61
61
"nyc" : " ^17.1.0" ,
62
62
"prettier" : " ^3.5.3" ,
63
63
"puppeteer" : " ^24.10.2" ,
You can’t perform that action at this time.
0 commit comments