File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 9
9
# ./doc/guides/commit-queue.md
10
10
- cron : " */5 * * * *"
11
11
12
+ env :
13
+ NODE_VERSION : 14.x
14
+
12
15
jobs :
13
16
startCI :
14
17
if : github.repository == 'nodejs/node'
20
23
- name : Install Node.js
21
24
uses : actions/setup-node@v2-beta
22
25
with :
23
- node-version : ' 12 '
26
+ node-version : ${{ env.NODE_VERSION }}
24
27
- name : Install node-core-utils
25
28
run : npm install -g node-core-utils
26
29
Original file line number Diff line number Diff line change 14
14
schedule :
15
15
- cron : " */5 * * * *"
16
16
17
+ env :
18
+ NODE_VERSION : 14.x
19
+
17
20
jobs :
18
21
commitQueue :
19
22
if : github.repository == 'nodejs/node'
34
37
- name : Install Node.js
35
38
uses : actions/setup-node@v2-beta
36
39
with :
37
- node-version : ' 12 '
40
+ node-version : ${{ env.NODE_VERSION }}
38
41
- name : Install node-core-utils
39
42
run : npm install -g node-core-utils@latest
40
43
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
PYTHON_VERSION : 3.9
13
- NODE_VERSION : 10 .x
13
+ NODE_VERSION : 14 .x
14
14
15
15
jobs :
16
16
lint-addon-docs :
Original file line number Diff line number Diff line change 9
9
- v[0-9]+.x
10
10
11
11
env :
12
- NODE_VERSION : 12 .x
12
+ NODE_VERSION : 14 .x
13
13
14
14
jobs :
15
15
build-docs :
You can’t perform that action at this time.
0 commit comments