From cf6bc873a85294252b24fe964d679e53a528f4ce 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..840d4afe942f1e 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -10,8 +10,9 @@ on: concurrency: ${{ github.workflow }} +# todo (node-fetch not working on 18, waiting for node-core-utils to fix) env: - NODE_VERSION: lts/* + NODE_VERSION: 16 permissions: contents: read