From e29f257ce8ad744e1735c9f4c66185cafa846bbf Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sat, 27 Jan 2024 00:36:32 +0545 Subject: [PATCH 1/4] ci: add latest node versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21686d855..df1da0bb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [14, 12, 10, 8, 6] + node-version: [20, 18, 16, 14, 12, 10, 8, 6] name: Run tests on Node.js ${{ matrix.node-version }} steps: - name: Setup Node.js ${{ matrix.node-version }} From df3447d181b2683f7857180dc93daba3305bf890 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sun, 28 Jan 2024 03:00:15 +0545 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df1da0bb5..812a64ec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Install dependencies - run: npm install + run: npm install --legacy-peer-deps - name: Run tests run: npm test - if: matrix.node-version == 14 From 8c91c31dcb712a466b07481962a742c35ea2302c Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sun, 28 Jan 2024 10:57:42 +0545 Subject: [PATCH 3/4] Update .github/workflows/ci.yml Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 812a64ec0..8f550ca67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: npm install --legacy-peer-deps - name: Run tests run: npm test - - if: matrix.node-version == 14 + - if: matrix.node-version == 20 name: Send coverage info to Codecov uses: codecov/codecov-action@v1 with: From 4d9ff45a102b3b768c8fa3712e19244ea730d6a7 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sun, 28 Jan 2024 13:37:55 +0545 Subject: [PATCH 4/4] Update .github/workflows/ci.yml Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f550ca67..b4e532908 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: npm install --legacy-peer-deps - name: Run tests run: npm test - - if: matrix.node-version == 20 + - if: matrix.node-version == 20 name: Send coverage info to Codecov uses: codecov/codecov-action@v1 with: