From 5a967a89195261a65b276ac70e27aedb129f0afc Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 5 Mar 2024 16:52:43 +0000 Subject: [PATCH] Revert "build: workaround for node-core-utils" This reverts commit b2a60839808b3778c2a3424d9098a7acc4b77f5d. PR-URL: https://github.com/nodejs/node/pull/51975 Reviewed-By: Rich Trott Reviewed-By: Yagiz Nizipli --- .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