From a68724298c652aaf74dc6eca4423bc6c3cb3b00e Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Wed, 15 Mar 2023 09:30:23 +0100 Subject: [PATCH] ci: pin Node 19 to 19.7.0 --- .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 5f8b968a550..3b740e3bfc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] + node: ["19.7.0", 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] include: - os: windows-latest node: "lts/*"