Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Dec 16, 2021
1 parent 9ac2b95 commit 8802efb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,16 @@ jobs:
npm-publish:
<<: *workdir
docker:
- image: circleci/node:latest-browsers
- image: circleci/node@sha256:603ec677878691528698b953920e16400458faf08c850d6f6a4b7f94f33710b1
# - image: circleci/node:latest-browsers
environment:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
working_directory: ~/jahia-cli
steps:
- *attach-workspace
- run:
name: Install Typescript
command: sudo npm -g install [email protected].4
command: sudo npm -g install [email protected].2
- run:
name: Install oclif-dev
command: sudo npm -g install @oclif/dev-cli
Expand Down

0 comments on commit 8802efb

Please sign in to comment.