From cce0ea2a2d8801d2c4e5abf84ec1399618453b91 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 10 May 2024 16:29:05 -0500 Subject: [PATCH 1/9] Update latest node versions --- .github/workflows/versions.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index acc500fc1..102b9804e 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10, 12, 14] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - name: Setup Node @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest-large] node-version: [lts/dubnium, lts/erbium, lts/fermium, lts/*, lts/-1] steps: - uses: actions/checkout@v4 @@ -83,7 +83,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] node-version: - [16.0.0-nightly20210420a0261d231c, 17-nightly, 18.0.0-nightly] + [20.11.0-nightly202312211a0be537da, 21-nightly, 18.0.0-nightly] steps: - uses: actions/checkout@v4 - name: Setup Node @@ -103,7 +103,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [16.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0] + node-version: [20.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0] steps: - uses: actions/checkout@v4 - name: Setup Node @@ -123,7 +123,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10.15, 12.16.0, 14.2.0, 16.3.0] + node-version: [18.20.0, 20.10.0, 22.0.0] steps: - uses: actions/checkout@v4 - name: Setup Node @@ -140,7 +140,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10, 12, 14] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - name: Setup Node and check latest @@ -167,7 +167,7 @@ jobs: with: node-version-file: '__tests__/data/${{ matrix.node-version-file }}' - name: Verify node - run: __tests__/verify-node.sh 14 + run: __tests__/verify-node.sh 20 version-file-volta: runs-on: ${{ matrix.os }} @@ -182,7 +182,7 @@ jobs: with: node-version-file: '__tests__/data/package-volta.json' - name: Verify node - run: __tests__/verify-node.sh 16 + run: __tests__/verify-node.sh 20 version-file-volta-extends: runs-on: ${{ matrix.os }} @@ -197,7 +197,7 @@ jobs: with: node-version-file: '__tests__/data/package-volta-extends.json' - name: Verify node - run: __tests__/verify-node.sh 16 + run: __tests__/verify-node.sh 20 node-dist: runs-on: ${{ matrix.os }} @@ -205,7 +205,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [11, 13] + node-version: [17, 19] steps: - uses: actions/checkout@v4 - name: Setup Node from dist @@ -221,7 +221,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest-large] steps: - uses: actions/checkout@v4 # test old versions which didn't have npm and layout different @@ -237,10 +237,10 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - name: Setup node 14 x86 from dist + - name: Setup node 20 x86 from dist uses: ./ with: - node-version: '14' + node-version: '20' architecture: 'x86' - name: Verify node run: __tests__/verify-arch.sh "ia32" From e428faa1aceaab770d9b8d7d8fed7c03f2f7fbd3 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 10 May 2024 16:30:53 -0500 Subject: [PATCH 2/9] Update latest node versions --- .github/workflows/e2e-cache.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index a0f206398..f9d3aaf28 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12, 14, 16] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - name: Clean global cache @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12, 14, 16] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - name: Install pnpm @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [14, 16] + node-version: [18, 20] steps: - uses: actions/checkout@v4 - name: Yarn version @@ -107,7 +107,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12, 14, 16] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - name: Update yarn @@ -139,7 +139,7 @@ jobs: name: Test yarn subprojects strategy: matrix: - node-version: [12, 14, 16] + node-version: [18, 20, 22] runs-on: ubuntu-latest steps: @@ -166,7 +166,7 @@ jobs: name: Test yarn subprojects all locally managed strategy: matrix: - node-version: [12, 14, 16] + node-version: [18, 20, 22] runs-on: ubuntu-latest steps: @@ -193,7 +193,7 @@ jobs: name: Test yarn subprojects some locally managed strategy: matrix: - node-version: [12, 14, 16] + node-version: [18, 20, 22] runs-on: ubuntu-latest steps: @@ -220,7 +220,7 @@ jobs: name: Test yarn subprojects managed by git strategy: matrix: - node-version: [12, 14, 16] + node-version: [18, 20, 22] runs-on: ubuntu-latest steps: From a6c807d824884a02e372d238a49869f7ca6bbb26 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 10 May 2024 16:32:13 -0500 Subject: [PATCH 3/9] Update test data --- __tests__/data/.nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/data/.nvmrc b/__tests__/data/.nvmrc index ca3f1e5c8..9a2a0e219 100644 --- a/__tests__/data/.nvmrc +++ b/__tests__/data/.nvmrc @@ -1 +1 @@ -v14 \ No newline at end of file +v20 From 3fb95781417b69c6812b82a8b1f43cb2602228ff Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 10 May 2024 16:33:02 -0500 Subject: [PATCH 4/9] Update test data --- __tests__/data/.tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/data/.tool-versions b/__tests__/data/.tool-versions index 317343f30..6de89a83a 100644 --- a/__tests__/data/.tool-versions +++ b/__tests__/data/.tool-versions @@ -1 +1 @@ -nodejs 14.0.0 +nodejs 20.0.0 From 739cd3ee8b70a16cb2ab64f816e16d0a90e5b421 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 10 May 2024 16:33:44 -0500 Subject: [PATCH 5/9] Update test data --- __tests__/data/.tool-versions-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/data/.tool-versions-node b/__tests__/data/.tool-versions-node index 8e8ac4189..4d5dd711b 100644 --- a/__tests__/data/.tool-versions-node +++ b/__tests__/data/.tool-versions-node @@ -1 +1 @@ -node 14.0.0 +node 20.0.0 From 73a641ff2600fb37085543706aae430ec3e70275 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 10 May 2024 16:35:05 -0500 Subject: [PATCH 6/9] Update test data --- __tests__/data/package-volta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/data/package-volta.json b/__tests__/data/package-volta.json index ebee7dfc7..6c9583f1f 100644 --- a/__tests__/data/package-volta.json +++ b/__tests__/data/package-volta.json @@ -3,6 +3,6 @@ "node": "^14.0.0" }, "volta": { - "node": "16.0.0" + "node": "20.0.0" } } From 0681241961e75adc74800303d4208ba661d9b9c1 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Fri, 10 May 2024 16:35:28 -0500 Subject: [PATCH 7/9] Update test data --- __tests__/data/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/data/package.json b/__tests__/data/package.json index b201009d6..4fb385a2e 100644 --- a/__tests__/data/package.json +++ b/__tests__/data/package.json @@ -1,5 +1,5 @@ { "engines": { - "node": "^14.0.0" + "node": "^20.0.0" } } From 6887e239e30c0ce56d94f4270a975612defe84b7 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Tue, 14 May 2024 14:06:45 -0500 Subject: [PATCH 8/9] macos lts failure fix --- .github/workflows/versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 102b9804e..d67bdc8e2 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -43,7 +43,7 @@ jobs: with: node-version: ${{ matrix.node-version }} check-latest: true - - if: runner.os != 'Windows' + - if: runner.os != 'Windows' && runner.os != 'macOS' name: Verify node and npm run: | . "$NVM_DIR/nvm.sh" From 8993adc803f94a6f215852a743bc413c8b002fe1 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Tue, 21 May 2024 16:31:41 -0500 Subject: [PATCH 9/9] Update macos-13 --- .github/workflows/versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index d67bdc8e2..8078deac7 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest-large] + os: [ubuntu-latest, windows-latest, macos-13] node-version: [lts/dubnium, lts/erbium, lts/fermium, lts/*, lts/-1] steps: - uses: actions/checkout@v4 @@ -221,7 +221,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest-large] + os: [ubuntu-latest, windows-latest, macos-13] steps: - uses: actions/checkout@v4 # test old versions which didn't have npm and layout different