node-gyp version

pull/5228/head
bunsenstraat 2 months ago committed by bunsenstraat
parent f2850d246a
commit 9ab48dca26
  1. 4
      .circleci/config.yml

@ -122,11 +122,11 @@ jobs:
- run: unzip ./persist/desktopbuild.zip
- node/install:
install-yarn: true
node-version: '20.5'
node-version: '20.2'
- run:
command: |
node -v
yarn global add node-gyp
yarn global add node-gyp@10.2.0
python -m pip install --upgrade pip
pip install setuptools
mkdir apps/remixdesktop/build

Loading…
Cancel
Save