Fix CI errors with linting

This commit is contained in:
Jakob Linskeseder
2026-02-07 20:32:53 +01:00
committed by Jay Linski
parent e0137c26f2
commit 8841a5f6d3
4 changed files with 5763 additions and 13928 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest']
# https://nodejs.org/en/about/releases/
node-version: ['10', '12', '14', '16', '18', '20']
node-version: ['16', '18', '20', '22']
steps:
- name: Checkout
@@ -54,7 +54,7 @@ jobs:
- name: Test (Integration)
# https://github.com/webpack/webpack/issues/14532
if: ${{ matrix.node-version != '18' && matrix.node-version != '20' }}
if: ${{ matrix.node-version == '16' }}
run: |
cd ./tests/integration/rollup-test && ./test.sh && cd -
cd ./tests/integration/webpack-babel-test && ./test.sh && cd -