Skip to content

Commit 637cb28

Browse files
committed
build: workaround for node-core-utils
1 parent aaed438 commit 637cb28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ jobs:
4949
with:
5050
persist-credentials: false
5151

52+
# todo (node-fetch not working on 18, waiting for node-core-utils to fix)
5253
- name: Install Node.js
5354
uses: actions/setup-node@v3
5455
with:
55-
node-version: ${{ env.NODE_VERSION }}
56+
node-version: 16
5657

5758
- name: Install node-core-utils
5859
run: npm install -g node-core-utils

0 commit comments

Comments
 (0)