From 5ad092b2a9f366e55994968f4fe1d682da4c3f61 Mon Sep 17 00:00:00 2001 From: Ginger <75683114+GingerIndustries@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:16:43 -0500 Subject: [PATCH] Don't build for Node 14.x --- .github/workflows/webpack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webpack.yaml b/.github/workflows/webpack.yaml index 084ce22..ede73e2 100644 --- a/.github/workflows/webpack.yaml +++ b/.github/workflows/webpack.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v3 @@ -25,4 +25,4 @@ jobs: - name: Build run: | npm install - npx webpack \ No newline at end of file + npx webpack