Skip to content

Commit 473a879

Browse files
gengjiawendanielleadams
authored andcommitted
build: workaround for node-core-utils
PR-URL: #45199 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 4e87c36 commit 473a879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-start-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
concurrency: ${{ github.workflow }}
1212

13+
# todo (node-fetch not working on 18, waiting for node-core-utils to fix)
1314
env:
14-
NODE_VERSION: lts/*
15+
NODE_VERSION: 16
1516

1617
permissions:
1718
contents: read

0 commit comments

Comments
 (0)