Skip to content

Commit

Permalink
CI: Install Node with n (node vresion manager tool) on macOS in GitHu…
Browse files Browse the repository at this point in the history
…b Actions
  • Loading branch information
DeeDeeG committed Sep 26, 2023
1 parent 5d2c57a commit 08f8c59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

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

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

0 comments on commit 08f8c59

Please sign in to comment.