Fixed: Remove action on Node version 12 and 14

We use npm package-lock file version 2 and it is not supported by version 12 and 14
This commit is contained in:
Martin Carlberg
2021-11-08 13:21:40 +01:00
committed by GitHub
parent 92beaba1d6
commit edb1ef7f98
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [16.x, 17.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: