Skip to content

Commit

Permalink
Merge pull request #136 from systelab/feature-135
Browse files Browse the repository at this point in the history
Force Travis to install npm 8
  • Loading branch information
fjaguado committed Jan 17, 2024
2 parents 907e64c + 860c434 commit ca43ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- npm i -g npm@8.19.4
- npm --version

before_script:
- npm install -g makeshift && makeshift -s @systelab-technologies -r https://registry.npmjs.org
Expand Down

0 comments on commit ca43ee1

Please sign in to comment.