From 473a879c911dbebbcec49dccc6e8c952cf442f1d Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Fri, 28 Oct 2022 09:12:07 +0800 Subject: [PATCH] build: workaround for node-core-utils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/45199 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli Reviewed-By: Juan José Arboleda --- .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