Skip to content

Commit

Permalink
change node to brew version
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jun 4, 2023
1 parent e434267 commit 620a5dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: brew install node
# - name: Setup node
# uses: actions/setup-node@v2
# with:
# node-version: ${{ matrix.node_version }}
# architecture: ${{ matrix.architecture }}
- run: npm install --force
- run: npm run postinstall
- run: npm run prebuild
Expand Down

0 comments on commit 620a5dd

Please sign in to comment.