🏡 index : github.com/captn3m0/which-electron.git

author Nemo <commits@captnemo.in> 2022-05-23 20:57:46.0 +05:30:00
committer Nemo <commits@captnemo.in> 2022-05-23 21:12:03.0 +05:30:00
commit
50125666fde769e4597921eb29ebb130f4b4f3a3 [patch]
tree
5e649ed8e10388eb8e6380c753b47d596f4b495d
parent
561fbd1ff6ecb5d42b1f33cfadc922a139f2c620
download
50125666fde769e4597921eb29ebb130f4b4f3a3.tar.gz

new releases



Diff

 src/versions.json           | 30 ++++++++++++++++++++++++++----
 .github/workflows/tests.yml |  6 ++----
 2 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/src/versions.json b/src/versions.json
index 78f0fe8..7fc4b8a 100644
--- a/src/versions.json
+++ a/src/versions.json
@@ -1,9 +1,9 @@
{
    "supported": [
        "v15.5.2",
        "v16.2.2",
        "v17.4.0",
        "v18.0.4"
        "v15.5.6",
        "v16.2.7",
        "v17.4.5",
        "v18.2.4"
    ],

    "all": [
        "v0.24.0",
@@ -515,6 +515,10 @@
        "v15.5.0",
        "v15.5.1",
        "v15.5.2",
        "v15.5.3",
        "v15.5.4",
        "v15.5.5",
        "v15.5.6",
        "v16.0.0",
        "v16.0.1",
        "v16.0.2",
@@ -531,6 +535,11 @@
        "v16.2.0",
        "v16.2.1",
        "v16.2.2",
        "v16.2.3",
        "v16.2.4",
        "v16.2.5",
        "v16.2.6",
        "v16.2.7",
        "v17.0.0",
        "v17.0.1",
        "v17.1.0",
@@ -540,10 +549,21 @@
        "v17.3.0",
        "v17.3.1",
        "v17.4.0",
        "v17.4.1",
        "v17.4.2",
        "v17.4.3",
        "v17.4.4",
        "v17.4.5",
        "v18.0.0",
        "v18.0.1",
        "v18.0.2",
        "v18.0.3",
        "v18.0.4"
        "v18.0.4",
        "v18.1.0",
        "v18.2.0",
        "v18.2.1",
        "v18.2.2",
        "v18.2.3",
        "v18.2.4"
    ]

}
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0a3c917..b07fe54 100644
--- a/.github/workflows/tests.yml
+++ a/.github/workflows/tests.yml
@@ -9,8 +9,6 @@
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: actions/setup-node@v2
      with:
        node-version: ${{matrix.node}}
    - run: npm install
    - uses: actions/setup-node@v3
    - run: npm ci
    - run: npm test