File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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 : 16
21
+ node-version : 18
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 : 16
37
+ node-version : 18
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 : [16, 18, 20]
55
+ node : [18, 20, 22 ]
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 16
70
+ name : Test on MacOS with Node 18
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 : 16
78
+ node-version : 18
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 16
86
+ name : Test on Windows with Node 18
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 : 16
94
+ node-version : 18
95
95
cache : ' npm'
96
96
- name : Install
97
97
run : npm install
You can’t perform that action at this time.
0 commit comments