From fa826f84b2c70c255e3defba5d9bcf76b438edc7 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 6 Sep 2023 21:33:00 +0800 Subject: [PATCH] Temporarily pin Node 20 version in CI (#8431) --- .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 01c573e10..cab1fd79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: strategy: matrix: OS: [ubuntu-latest] - NODE_VERSION: [18, 20] + NODE_VERSION: [18, 20.5.1] include: - os: macos-latest NODE_VERSION: 18