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 d8b7417
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build-ceramic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 d8b7417

Please sign in to comment.