File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,17 +33,33 @@ jobs:
3333 - os : macos-10.15
3434 nodejs_version : 12
3535 prebuild : true
36+ nodejs_arch : x64
3637 - os : macos-10.15
3738 nodejs_version : 14
39+ nodejs_arch : x64
3840 - os : macos-10.15
3941 nodejs_version : 16
42+ nodejs_arch : x64
4043 - os : windows-2019
4144 nodejs_version : 12
45+ nodejs_arch : x86
4246 prebuild : true
4347 - os : windows-2019
4448 nodejs_version : 14
49+ nodejs_arch : x86
4550 - os : windows-2019
4651 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
4763 steps :
4864 - name : Dependencies (Linux glibc)
4965 if : contains(matrix.container, 'centos')
5773 run : apk add build-base git python3 --update-cache
5874 - name : Dependencies (macOS, Windows)
5975 if : contains(matrix.os, 'macos') || contains(matrix.os, 'windows')
60- uses : actions/setup-node@v1
76+ uses : actions/setup-node@v3
6177 with :
6278 node-version : ${{ matrix.nodejs_version }}
79+ architecture : ${{ matrix.nodejs_arch }}
6380 - name : Checkout
6481 uses : actions/checkout@v2
6582 - name : Fix working directory ownership
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments