Skip to content

Commit

Permalink
[actions] prevent node 14 on ARM mac from failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 15, 2024
1 parent 843820e commit 9eecafc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install rosetta
run: softwareupdate --install-rosetta --agree-to-license
if: matrix.os == 'macos-latest'

- uses: ljharb/actions/node/install@main
name: 'nvm install ${{ matrix.node-version }} && npm install'
with:
Expand Down

0 comments on commit 9eecafc

Please sign in to comment.