File tree Expand file tree Collapse file tree 2 files changed +10
-22
lines changed Expand file tree Collapse file tree 2 files changed +10
-22
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,18 @@ jobs:
19
19
- 10
20
20
- 12
21
21
- 14
22
+ include :
23
+ - os : windows-2016
24
+ node_version : 12
25
+ node_arch : x86
22
26
steps :
23
27
- uses : actions/checkout@v2
24
28
25
29
- name : Install Node
26
- uses : actions/setup-node@v1
30
+ uses : actions/setup-node@v2-beta
27
31
with :
28
32
node-version : ${{ matrix.node_version }}
33
+ architecture : ${{ matrix.node_arch }}
29
34
30
35
- name : Install npm
31
36
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