From 79ded92f0ec6fc0ed0d3f462ed7bc258fd0627cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Sun, 23 Oct 2022 09:52:22 -0400 Subject: [PATCH] remove webpack 4 from CI matrix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 527fd9d3..96855b30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [14.x, 16.x] - webpack-version: [latest, '4'] + node-version: [14, 16, 18] + webpack-version: ['5'] include: - - node-version: 18.x + - node-version: latest webpack-version: latest os: ubuntu-latest coverage: true