mirror of https://github.com/webpack/webpack.git
ci: test on 22 and 23 Node.js
This commit is contained in:
parent
da41ad1845
commit
1ce3c42b90
|
@ -104,7 +104,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
node-version: [10.x, 20.x]
|
node-version: [10.x, 20.x, 22.x]
|
||||||
part: [a, b]
|
part: [a, b]
|
||||||
include:
|
include:
|
||||||
# Test with main branches of webpack dependencies
|
# Test with main branches of webpack dependencies
|
||||||
|
@ -118,10 +118,10 @@ jobs:
|
||||||
use_main_branches: 1
|
use_main_branches: 1
|
||||||
# Test on the latest version of Node.js
|
# Test on the latest version of Node.js
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 22.x
|
node-version: 23.x
|
||||||
part: a
|
part: a
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 22.x
|
node-version: 23.x
|
||||||
part: b
|
part: b
|
||||||
# Test on the old LTS version of Node.js
|
# Test on the old LTS version of Node.js
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue