Skip to content

Commit 8841a5f

Browse files
committed
Fix CI errors with linting
1 parent e0137c2 commit 8841a5f

File tree

4 files changed

+9753
-17918
lines changed

4 files changed

+9753
-17918
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
operating-system: ['ubuntu-latest', 'windows-latest']
3535
# https://nodejs.org/en/about/releases/
36-
node-version: ['10', '12', '14', '16', '18', '20']
36+
node-version: ['16', '18', '20', '22']
3737

3838
steps:
3939
- name: Checkout
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Test (Integration)
5656
# https://github.com/webpack/webpack/issues/14532
57-
if: ${{ matrix.node-version != '18' && matrix.node-version != '20' }}
57+
if: ${{ matrix.node-version == '16' }}
5858
run: |
5959
cd ./tests/integration/rollup-test && ./test.sh && cd -
6060
cd ./tests/integration/webpack-babel-test && ./test.sh && cd -

0 commit comments

Comments
 (0)