File tree Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,20 @@ jobs:
19
19
- 10
20
20
- 12
21
21
- 14
22
+ node_arch :
23
+ - x64
24
+ include :
25
+ - os : windows-2016
26
+ node_version : 12
27
+ node_arch : x86
22
28
steps :
23
29
- uses : actions/checkout@v2
24
30
25
31
- name : Install Node
26
- uses : actions/setup-node@v1
32
+ uses : actions/setup-node@v2-beta
27
33
with :
28
34
node-version : ${{ matrix.node_version }}
35
+ architecture : ${{ matrix.node_arch }}
29
36
30
37
- name : Install npm
31
38
run : npm install -g npm
Original file line number Diff line number Diff line change 1
- # Used only to test x86
2
-
3
- shallow_clone : true
4
- version : " {build}"
5
-
6
- image : Visual Studio 2015
7
-
8
- platform :
9
- - x86
10
-
11
- environment :
12
- nodejs_version : " 10.20.1"
13
-
14
- install :
15
- - ps : Install-Product node $env:nodejs_version $env:platform
16
- - npm install -g npm
17
- - npm ci
18
-
1
+ # empty appveyor
19
2
build : off
20
3
21
- test : off
22
-
23
- deploy : off
4
+ branches :
5
+ only :
6
+ - non-existing
You can’t perform that action at this time.
0 commit comments