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
This commit is contained in:
Skillbert
2023-02-10 12:41:38 +01:00
committed by GitHub
parent a7864b5cec
commit 361a756499

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [18.x, 16.x, 14.x] node-version: [18.x, 16.x]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3