From d4ecdb49c81b531540aee340bae67258ec2b3300 Mon Sep 17 00:00:00 2001 From: Ulises Gascon <ulisesgascongonzalez@gmail.com> Date: Fri, 2 Feb 2024 15:38:07 +0100 Subject: [PATCH 1/5] build: support Node.js 21.x --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30767d9896..db2416210e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - Node.js 17.x - Node.js 18.x - Node.js 19.x + - Node.js 21.x include: - name: Node.js 0.10 @@ -112,6 +113,9 @@ jobs: - name: Node.js 19.x node-version: "19.7" + - name: Node.js 21.x + node-version: "21.6.1" + steps: - uses: actions/checkout@v3 From 54ecfb7dee4c625526c6383d22cebca4b9c00556 Mon Sep 17 00:00:00 2001 From: Ulises Gascon <ulisesgascongonzalez@gmail.com> Date: Fri, 2 Feb 2024 16:31:54 +0100 Subject: [PATCH 2/5] build: support Node.js 21.x in appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 1412811ff4..e0d58be944 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,7 @@ environment: - nodejs_version: "17.9" - nodejs_version: "18.15" - nodejs_version: "19.7" + - nodejs_version: "21.6.1" cache: - node_modules install: From 9c1daf5c345584496592d8fae412db8c94fdddff Mon Sep 17 00:00:00 2001 From: Ulises Gascon <ulisesgascongonzalez@gmail.com> Date: Sat, 17 Feb 2024 18:23:09 +0100 Subject: [PATCH 3/5] build: support Node.js 21.6.2 --- .github/workflows/ci.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db2416210e..d206e76d75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: node-version: "19.7" - name: Node.js 21.x - node-version: "21.6.1" + node-version: "21.6.2" steps: - uses: actions/checkout@v3 diff --git a/appveyor.yml b/appveyor.yml index e0d58be944..815703151c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ environment: - nodejs_version: "17.9" - nodejs_version: "18.15" - nodejs_version: "19.7" - - nodejs_version: "21.6.1" + - nodejs_version: "21.6.2" cache: - node_modules install: From aeda82c4ac5363e5ed91c16779dea035e455f887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= <ulisesgascongonzalez@gmail.com> Date: Tue, 20 Feb 2024 08:44:27 +0100 Subject: [PATCH 4/5] build: pin Node 21.x to minor Co-authored-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 815703151c..7e63a7badc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ environment: - nodejs_version: "17.9" - nodejs_version: "18.15" - nodejs_version: "19.7" - - nodejs_version: "21.6.2" + - nodejs_version: "21.6" cache: - node_modules install: From c6f45f9a6e46bf1af421f90a982a7c196009c25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= <ulisesgascongonzalez@gmail.com> Date: Tue, 20 Feb 2024 08:44:34 +0100 Subject: [PATCH 5/5] build: pin Node 21.x to minor Co-authored-by: Aravind Nair <22199259+aravindvnair99@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 d206e76d75..1b1d83332f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: node-version: "19.7" - name: Node.js 21.x - node-version: "21.6.2" + node-version: "21.6" steps: - uses: actions/checkout@v3