Skip to content

Commit

Permalink
build: workaround for node-core-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Oct 27, 2022
1 parent aaed438 commit 637cb28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-start-ci.yml
Expand Up @@ -49,10 +49,11 @@ jobs:
with:
persist-credentials: false

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

- name: Install node-core-utils
run: npm install -g node-core-utils
Expand Down

0 comments on commit 637cb28

Please sign in to comment.