Skip to content

Commit 981d7fb

Browse files
authored
Drop Node 18 and x86 (Win). (#960)
1 parent 0d12595 commit 981d7fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ environment:
99
matrix:
1010
# Build Node.js
1111
- nodejs_version: stable
12+
- nodejs_version: 22
1213
- nodejs_version: 20
13-
- nodejs_version: 18
1414

1515
# Build plain C++
1616
- nodejs_version: none
1717

1818
platform:
1919
- x64
20-
- x86
2120

2221
for:
2322
- matrix:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 22.x, latest]
15+
node-version: [20.x, 22.x, latest]
1616
os: [ubuntu-latest, macos-latest]
1717

1818
steps:

0 commit comments

Comments
 (0)