File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defaults:
5
5
6
6
env :
7
7
PROTOC_VERSION : 3.x
8
- DEFAULT_NODE_VERSION : 18 .x # If changing this, also change jobs.tests.strategy.matrix.node_version
8
+ DEFAULT_NODE_VERSION : 20 .x # If changing this, also change jobs.tests.strategy.matrix.node_version
9
9
10
10
on :
11
11
push :
43
43
strategy :
44
44
matrix :
45
45
os : [ubuntu, macos, windows]
46
- node-version : [18 .x, 16 .x, 14 .x] # If changing this, also change env.DEFAULT_NODE_VERSION
46
+ node-version : [20 .x, 18 .x, 16 .x] # If changing this, also change env.DEFAULT_NODE_VERSION
47
47
fail-fast : false
48
48
49
49
steps :
@@ -84,13 +84,13 @@ jobs:
84
84
fail-fast : false
85
85
matrix :
86
86
os : [ubuntu, windows, macos]
87
- node_version : [18 ]
87
+ node_version : [20 ]
88
88
include :
89
89
# Include LTS versions on Ubuntu
90
90
- os : ubuntu
91
- node_version : 16
91
+ node_version : 18
92
92
- os : ubuntu
93
- node_version : 14
93
+ node_version : 16
94
94
95
95
steps :
96
96
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments