Skip to content

Commit 12ecb65

Browse files
committed
macos node 8-11
1 parent 6b46b7c commit 12ecb65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prebuild.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
node: [8, 9] # 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
52+
node: [8] # 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
5353
canvas_tag: ["v2.11.0"] # e.g. "v2.6.1"
5454
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
5555
runs-on: ubuntu-latest
@@ -142,7 +142,7 @@ jobs:
142142
strategy:
143143
fail-fast: false
144144
matrix:
145-
node: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
145+
node: [8, 9, 10, 11] # , 12, 13, 14, 15, 16, 17, 18, 19]
146146
canvas_tag: ["v2.11.0"] # e.g. "v2.6.1"
147147
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
148148
runs-on: macos-latest
@@ -165,7 +165,7 @@ jobs:
165165
set -Eeuxo pipefail
166166
git checkout ${{ matrix.canvas_tag }}
167167
git checkout $GITHUB_SHA -- prebuild/
168-
npm install -g node-gyp
168+
npm install -g node-gyp@6
169169
npm install --ignore-scripts
170170
. prebuild/macOS/preinstall.sh
171171
cp prebuild/macOS/binding.gyp binding.gyp
@@ -215,7 +215,7 @@ jobs:
215215
strategy:
216216
fail-fast: false
217217
matrix:
218-
node: [8, 9] # 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
218+
node: [8] # 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
219219
canvas_tag: ["v2.11.0"] # e.g. "v2.6.1"
220220
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
221221
runs-on: windows-2019

0 commit comments

Comments
 (0)