Skip to content

Commit ca73a24

Browse files
gengjiawenRafaelGSS
authored andcommitted
build: workaround for node-core-utils
PR-URL: #45199 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent 9f546f0 commit ca73a24

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)