File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,33 @@ jobs:
33
33
- os : macos-10.15
34
34
nodejs_version : 12
35
35
prebuild : true
36
+ nodejs_arch : x64
36
37
- os : macos-10.15
37
38
nodejs_version : 14
39
+ nodejs_arch : x64
38
40
- os : macos-10.15
39
41
nodejs_version : 16
42
+ nodejs_arch : x64
40
43
- os : windows-2019
41
44
nodejs_version : 12
45
+ nodejs_arch : x86
42
46
prebuild : true
43
47
- os : windows-2019
44
48
nodejs_version : 14
49
+ nodejs_arch : x86
45
50
- os : windows-2019
46
51
nodejs_version : 16
52
+ nodejs_arch : x86
53
+ - os : windows-2019
54
+ nodejs_version : 12
55
+ nodejs_arch : x64
56
+ prebuild : true
57
+ - os : windows-2019
58
+ nodejs_version : 14
59
+ nodejs_arch : x64
60
+ - os : windows-2019
61
+ nodejs_version : 16
62
+ nodejs_arch : x64
47
63
steps :
48
64
- name : Dependencies (Linux glibc)
49
65
if : contains(matrix.container, 'centos')
57
73
run : apk add build-base git python3 --update-cache
58
74
- name : Dependencies (macOS, Windows)
59
75
if : contains(matrix.os, 'macos') || contains(matrix.os, 'windows')
60
- uses : actions/setup-node@v1
76
+ uses : actions/setup-node@v3
61
77
with :
62
78
node-version : ${{ matrix.nodejs_version }}
79
+ architecture : ${{ matrix.nodejs_arch }}
63
80
- name : Checkout
64
81
uses : actions/checkout@v2
65
82
- name : Fix working directory ownership
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments