From 367b5273b368b3a2a4f7f0137cb7d86f88d03b41 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 5 Mar 2024 15:55:44 +0000 Subject: [PATCH] Revert "build: workaround for node-core-utils" This reverts commit b2a60839808b3778c2a3424d9098a7acc4b77f5d. --- .github/workflows/auto-start-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index 2137a26662aed3..823bb4be4f0dbb 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -10,9 +10,8 @@ on: concurrency: ${{ github.workflow }} -# todo (node-fetch not working on 18, waiting for node-core-utils to fix) env: - NODE_VERSION: 16 + NODE_VERSION: lts/* permissions: contents: read