File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
- name : Install Node
41
41
uses : actions/setup-node@v1
42
42
with :
43
- node-version : ' ^8.12 '
43
+ node-version : ' ^10 '
44
44
# https://github.com/expo/expo-github-action/issues/20#issuecomment-541676895
45
45
- name : Raise Watched File Limit
46
46
run : echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
64
64
- name : Install Node
65
65
uses : actions/setup-node@v1
66
66
with :
67
- node-version : ' ^8.12 '
67
+ node-version : ' ^10 '
68
68
- name : Install Dependencies
69
69
run : yarn install --frozen-lockfile
70
70
- name : Prepare CI Environment
84
84
- name : Install Node
85
85
uses : actions/setup-node@v1
86
86
with :
87
- node-version : ' ^8.12 '
87
+ node-version : ' ^10 '
88
88
- name : Raise Watched File Limit
89
89
run : echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
90
90
- name : Install Dependencies
@@ -113,7 +113,7 @@ jobs:
113
113
- name : Install Node
114
114
uses : actions/setup-node@v1
115
115
with :
116
- node-version : ' ^8.12 '
116
+ node-version : ' ^10 '
117
117
- name : Raise Watched File Limit
118
118
run : echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
119
119
- name : Install Dependencies
Original file line number Diff line number Diff line change 135
135
"hawk" : " 7"
136
136
},
137
137
"engines" : {
138
- "node" : " 8 .* || >= 10 .*"
138
+ "node" : " 10 .* || >= 12 .*"
139
139
},
140
140
"ember-addon" : {
141
141
"configPath" : " tests/dummy/config" ,
You can’t perform that action at this time.
0 commit comments