From 80b7c0ca0aacf6a6d2ca7f1b0493b87a033eb766 Mon Sep 17 00:00:00 2001 From: Carbo Kuo Date: Wed, 30 Apr 2025 21:06:56 -0500 Subject: [PATCH] Drop Node 18 and x86 (Win). --- .appveyor.yml | 3 +-- .github/workflows/nodejs.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1846b3ee4..706f006be 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,15 +9,14 @@ environment: matrix: # Build Node.js - nodejs_version: stable + - nodejs_version: 22 - nodejs_version: 20 - - nodejs_version: 18 # Build plain C++ - nodejs_version: none platform: - x64 - - x86 for: - matrix: diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b78576947..b8b1c9f37 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x, latest] + node-version: [20.x, 22.x, latest] os: [ubuntu-latest, macos-latest] steps: