From 361a756499c0cdbad97cfa6c2176067b801584a6 Mon Sep 17 00:00:00 2001 From: Skillbert Date: Fri, 10 Feb 2023 12:41:38 +0100 Subject: [PATCH] also remove node 14 from tests Probably still works on node 12 and 14, but there are some issues with the corresponding version of npm not understanding the newer lockfile --- .github/workflows/webpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 1b43649..f192592 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 16.x, 14.x] + node-version: [18.x, 16.x] steps: - uses: actions/checkout@v3