Skip to content

Commit

Permalink
fix: use npm8 and package-lock v2 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx authored Jan 5, 2022
1 parent dafa642 commit 6b1122c
Show file tree
Hide file tree
Showing 4 changed files with 20,316 additions and 3,327 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/
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: node_js
sudo: false

node_js:
- 12
- 14

cache:
npm: false

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

script:
- npm run build
- npm run lint
Expand Down
Loading

0 comments on commit 6b1122c

Please sign in to comment.