Add .npmrc
[poolifier.git] / .github / workflows / ci.yml
index 044210ac2330587481f5bfd3132bbe9e2d8a1a75..ebd5d4096304254fa0a0461dc5d8d94ebb2a6f7a 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     strategy:
       matrix:
-        node: ['12.x', '14.x', '16.x']
+        node: ['14.x', '16.x', '18.x']
 
     steps:
       - name: Checkout
@@ -41,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