Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump electronjs/node to 2.3.0 (main) #3596

Merged
merged 10 commits into from
Sep 19, 2024
Prev Previous commit
Next Next commit
install setuptools for distutils?
  • Loading branch information
erickzhao committed Sep 18, 2024
commit af26262875a33bd2e4475e307da795911074fea0
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
name: Windows Setup
shell: bash
command: |
pip install setuptools
choco install --no-progress -y wixtoolset --version=3.14.0
echo 'export PATH=$PATH:"/C/Program Files (x86)/WiX Toolset v3.14/bin"' >> "$BASH_ENV"
cd 'C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\run-script'
Expand Down