Fix macOS CI build
This commit is contained in:
parent
feff619a38
commit
c3261493e5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -73,6 +73,11 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.17.1'
|
||||
|
||||
# The version of node-gyp bundled with our node/npm version does not support python 3.12, which the runner uses
|
||||
# When we update node again, we can probably remove this
|
||||
- run: npm install -g npm@latest
|
||||
|
||||
- run: npm install -g yarn@1.22.10
|
||||
|
||||
- name: Cache Desktop node_modules
|
||||
|
|
Loading…
Reference in a new issue