Skip to content

Commit

Permalink
package-lock fix npm advisories 1071 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Sep 9, 2020
1 parent 1ffcd68 commit ee86ae7
Show file tree
Hide file tree
Showing 5 changed files with 2,768 additions and 3,769 deletions.
20 changes: 18 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: java
dist: trusty
jdk:
- openjdk8

node_js:
- 10
cache:
directories:
- $HOME/.m2
Expand Down Expand Up @@ -39,6 +40,10 @@ before_install:
- gem install bundler -v '< 2'
- gem update --system 2.7.8
- gem --version
# install node version 10.x
- nvm install 10.22.0
- nvm use 10.22.0
# install typescript
- npm install -g typescript
- npm install -g npm
- npm config set registry http://registry.npmjs.org/
Expand All @@ -64,7 +69,18 @@ before_install:
- cat /etc/hosts
# show java version
- java -version

# show node version
- node -v
# show node executable
- which node
# show npm version
- npm -v
# show npm executable
- which npm
# show typescript version
- tsc -v
# show tsc executable
- which tsc
install:
# Add Godeps dependencies to GOPATH and PATH
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"
Expand Down
Loading

0 comments on commit ee86ae7

Please sign in to comment.