Apply dependencies update
[poolifier.git] / .github / workflows / ci.yml
index 7edeec80ef9b607030b420369888f78ea14b8641..f2d576fefb4abee966daa01637ddaf3df6349fd6 100644 (file)
@@ -32,11 +32,7 @@ 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
         run: npm run build --if-present
@@ -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