Skip to content

Commit

Permalink
fix: use npm v8 and latest sdk core
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Feb 8, 2022
1 parent 45fe51e commit d9c139d
Show file tree
Hide file tree
Showing 4 changed files with 15,347 additions and 1,907 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.com/
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
language: node_js

sudo: false
node_js:
- 12
- 14

matrix:
include:
- node_js: 12
- node_js: 14
cache:
npm: false

before_install:
- npm i -g npm@8
- npm --version

script:
- npm --version
- npm run build
- npm run test-unit-travis || travis_terminate 1
- npm run lint
Expand Down
Loading

0 comments on commit d9c139d

Please sign in to comment.