Skip to content

Commit

Permalink
CI: Use sudo for n (node version management tool) to write under /usr…
Browse files Browse the repository at this point in the history
… (GitHub Actions)
  • Loading branch information
DeeDeeG committed Sep 26, 2023
1 parent 08f8c59 commit ed8fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Setup Node (macOS)
if: ${{ runner.os == 'macOS' }}
run: npx -y [email protected] install ${{ env.NODE_VERSION }}
run: sudo npx -y [email protected] install ${{ env.NODE_VERSION }}

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit ed8fdf9

Please sign in to comment.