ci: test on 22 and 23 Node.js

This commit is contained in:
alexander.akait 2024-11-13 17:01:43 +03:00
parent da41ad1845
commit 1ce3c42b90
1 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 20.x]
node-version: [10.x, 20.x, 22.x]
part: [a, b]
include:
# Test with main branches of webpack dependencies
@ -118,10 +118,10 @@ jobs:
use_main_branches: 1
# Test on the latest version of Node.js
- os: ubuntu-latest
node-version: 22.x
node-version: 23.x
part: a
- os: ubuntu-latest
node-version: 22.x
node-version: 23.x
part: b
# Test on the old LTS version of Node.js
- os: ubuntu-latest