From 96aef1705cc2812d47a8015a1499a6c6021ced0f Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 5 Mar 2024 20:49:48 -0800 Subject: [PATCH] ci: upgrade Node to 20.x --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f62ef2315..9ba276f931 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" - name: Build run: |