Skip to content

Commit

Permalink
Install nodejs and npm before release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Jun 23, 2022
1 parent 68e07a2 commit 834f551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
name: Install requirements
command: |
apk add --no-cache --update python3 make
python3 -m pip install awscli
python3 -m pip install awscli nodejs npm
- run:
name: Deploy pyodide.js to NPM
command: |
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
name: Install requirements
command: |
apk add --no-cache --update python3 make
python3 -m pip install awscli
python3 -m pip install awscli nodejs npm
- run:
name: Set PYODIDE_BASE_URL
command: PYODIDE_BASE_URL="https://cdn.jsdelivr.net/pyodide/dev/full/" make update_base_url
Expand Down

0 comments on commit 834f551

Please sign in to comment.