From 637cb28bc20047cdba1c6d976cfe90b59190f043 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Thu, 27 Oct 2022 03:33:43 +0000 Subject: [PATCH] build: workaround for node-core-utils --- .github/workflows/auto-start-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index 32fb224b97928e..132e10e19056cb 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -49,10 +49,11 @@ jobs: with: persist-credentials: false + # todo (node-fetch not working on 18, waiting for node-core-utils to fix) - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: ${{ env.NODE_VERSION }} + node-version: 16 - name: Install node-core-utils run: npm install -g node-core-utils