Bump expect from 29.1.0 to 29.1.2 (#572)
[poolifier.git] / .github / workflows / ci.yml
index fccb643e91413e1632b00f1277086be5a09c9dc3..ebd5d4096304254fa0a0461dc5d8d94ebb2a6f7a 100644 (file)
@@ -32,9 +32,6 @@ jobs:
           node-version: ${{ matrix.node }}
 
       - name: Install
-        if: matrix.node == '18.x'
-        run: npm ci --legacy-peer-deps
-        if: matrix.node != '18.x'
         run: npm ci
 
       - name: Build
@@ -44,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