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: