Fix macOS CI build

This commit is contained in:
trevor-signal
2023-12-06 12:37:47 -05:00
committed by GitHub
parent feff619a38
commit c3261493e5

View File

@@ -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