Bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 (#573)
[poolifier.git] / .github / workflows / ci.yml
index 7edeec80ef9b607030b420369888f78ea14b8641..ebd5d4096304254fa0a0461dc5d8d94ebb2a6f7a 100644 (file)
@@ -32,10 +32,6 @@ jobs:
           node-version: ${{ matrix.node }}
 
       - name: Install
-        if: matrix.node == '18.x'
-        run: npm ci --legacy-peer-deps
-      - name: Install
-        if: matrix.node != '18.x'
         run: npm ci
 
       - name: Build
@@ -45,7 +41,7 @@ jobs:
         run: npm run lint
 
       - name: Tests & Coverage
-        if: matrix.node-version == '16.x'
+        if: matrix.node == '16.x'
         run: |
           npm run test
           npm run coverage