Skip to content

Commit

Permalink
ci: run apple-m1 using node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Oct 27, 2023
1 parent f6125d6 commit 673082b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
path: ${{ env.CONAN_HOME }}
key: ${{ runner.os }}-conan-${{ hashFiles('packages/parquet-reader/conanfile.txt') }}
- run: npm ci
- run: npm ci --foreground-scripts
- name: Static checks
run: |
npm run spellcheck
Expand Down Expand Up @@ -75,11 +75,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
# can't use 18 due to https://github.com/ZJONSSON/node-unzipper/issues/286
node-version: 16
- name: Install pipenv
run: |
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run build-apple-m1
env:
CODEMAGIC_API_KEY: ${{ secrets.CODEMAGIC_API_KEY }}
Expand Down

0 comments on commit 673082b

Please sign in to comment.