File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
env :
4
- # Run on Node 14 because node-fibers doesn't support odd-numbered Node
5
- # versions. Note: when changing this, also change
6
- # jobs.node_tests.strategy.matrix.node_version.
7
- DEFAULT_NODE_VERSION : 14
4
+ # Note: when changing this, also change jobs.node_tests.strategy.matrix.node_version.
5
+ DEFAULT_NODE_VERSION : 18
8
6
9
7
on :
10
8
push :
@@ -50,15 +48,15 @@ jobs:
50
48
matrix :
51
49
os : [ubuntu-latest, windows-latest, macos-latest]
52
50
dart_channel : [stable]
53
- node_version : [14 ]
51
+ node_version : [18 ]
54
52
include :
55
53
# Include LTS versions on Ubuntu
56
54
- os : ubuntu-latest
57
55
dart_channel : stable
58
- node_version : 12
56
+ node_version : 16
59
57
- os : ubuntu-latest
60
58
dart_channel : stable
61
- node_version : 10
59
+ node_version : 14
62
60
- os : ubuntu-latest
63
61
dart_channel : dev
64
62
You can’t perform that action at this time.
0 commit comments