]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/.github/workflows/ci.yml
import eslint 7.28.0
[pve-eslint.git] / eslint / .github / workflows / ci.yml
index f7d5bc03d80f104412335fb35997bcc2e3175424..6ba0bdc384be3e8634460e11d1cbfc358a737679 100644 (file)
@@ -26,7 +26,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        node: [15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
+        node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
         include:
         - os: windows-latest
           node: "12.x"
@@ -40,10 +40,6 @@ jobs:
         node-version: ${{ matrix.node }}
     - name: Install Packages
       run: npm install
-      if: ${{ !startswith(matrix.node, '15') }}
-    - name: Install Packages
-      run: npm install --legacy-peer-deps
-      if: ${{ startswith(matrix.node, '15') }}
     - name: Test
       run: node Makefile mocha
     - name: Fuzz Test
@@ -55,6 +51,8 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/setup-node@v1
+      with:
+        node-version: '12'
     - name: Install Packages
       run: npm install
     - name: Test