Add nodejs for CircleCI
This commit is contained in:
parent
6d0e1f266e
commit
e697444266
|
@ -6,7 +6,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- run: apk add --no-cache --no-progress bash curl make
|
- run: apk add --no-cache --no-progress bash curl make nodejs
|
||||||
- run: curl https://cli-assets.heroku.com/install.sh | sh
|
- run: curl https://cli-assets.heroku.com/install.sh | sh
|
||||||
- run: make deploy
|
- run: make deploy
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in New Issue