Skip to content

Commit

Permalink
Adding package-lock.json and allowing Node.js 6 (google#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 28, 2020
1 parent adc4db2 commit b6a4762
Show file tree
Hide file tree
Showing 3 changed files with 5,363 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ matrix:
# Note: even older Node.js versions might be allowed, but the
# test tooling requires more recent versions.
- language: node_js
node_js: 10
node_js: 6
before_script:
- npm install -g npm@5.7.1
- cd clients/js
- npm install
- npm ci
script:
- npm run test

Expand All @@ -72,7 +73,7 @@ matrix:
node_js: node
before_script:
- cd clients/js
- npm install
- npm ci
script:
- npm run test

Expand Down
1 change: 0 additions & 1 deletion clients/js/.npmrc

This file was deleted.

Loading

0 comments on commit b6a4762

Please sign in to comment.