Skip to content

Commit

Permalink
Another attempt at installing node on mac workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfa committed Dec 3, 2024
1 parent e0efd23 commit 113ffe8
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/build-ceramic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:


build-ceramic-mac:
runs-on: macos-14
runs-on: macos-12
steps:

- uses: actions/checkout@v4
Expand All @@ -102,18 +102,11 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive

# - name: Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '14.19.1'

- name: Setup Node.js
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 14.19.1
nvm use 14.19.1
uses: actions/setup-node@v4
with:
node-version: '14.19.1'
architecture: 'x64'

- name: Setup NPM
working-directory: .
Expand Down

0 comments on commit 113ffe8

Please sign in to comment.