We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843820e commit 9eecafcCopy full SHA for 9eecafc
.github/workflows/nodejs.yml
@@ -39,6 +39,10 @@ jobs:
39
steps:
40
- uses: actions/checkout@v3
41
42
+ - name: install rosetta
43
+ run: softwareupdate --install-rosetta --agree-to-license
44
+ if: matrix.os == 'macos-latest'
45
+
46
- uses: ljharb/actions/node/install@main
47
name: 'nvm install ${{ matrix.node-version }} && npm install'
48
with:
0 commit comments