File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
2
2
3
3
orbs :
4
4
cfa :
continuousauth/[email protected]
5
- node : electronjs/node@1.4.1
5
+ node : electronjs/node@2.1.0
6
6
7
7
workflows :
8
8
test_and_release :
@@ -11,6 +11,14 @@ workflows:
11
11
- node/test :
12
12
name : test-<< matrix.executor >>-<< matrix.node-version >>
13
13
override-ci-command : yarn install --frozen-lockfile --ignore-engines
14
+ pre-steps :
15
+ - when :
16
+ condition :
17
+ and :
18
+ - equal : [ node/macos, << matrix.executor >> ]
19
+ - equal : [ '14.16', << matrix.node-version >> ]
20
+ steps :
21
+ - node/install-rosetta
14
22
test-steps :
15
23
- run : yarn prettier:check
16
24
- run : yarn test
@@ -23,10 +31,11 @@ workflows:
23
31
- node/macos
24
32
- node/windows
25
33
node-version :
26
- - ' 20.5 '
34
+ - ' 20.9 '
27
35
- ' 18.17'
28
36
- ' 16.20'
29
- - ' 14.21'
37
+ # Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
38
+ - ' 14.16'
30
39
- cfa/release :
31
40
requires :
32
41
- test
You can’t perform that action at this time.
0 commit comments