From bd8911db85c7a1127543c9212c8cea47a5cb687d Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 1 Dec 2023 10:10:19 +0100 Subject: [PATCH] ci: pin Node.js 21.2.0 (#17809) --- .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 ff0f1953dcc..4dbe1532dff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [21.x, 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] + node: ["21.2.0", 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] include: - os: windows-latest node: "lts/*"