Skip to content

Commit

Permalink
fix: use npm v8 and package lock v2 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx authored Jan 5, 2022
1 parent efcb754 commit 4101c4a
Show file tree
Hide file tree
Showing 5 changed files with 16,214 additions and 2,737 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/
10 changes: 5 additions & 5 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2021-12-02T14:38:30Z",
"generated_at": "2022-01-05T21:04:29Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -70,15 +70,15 @@
"hashed_secret": "614fb52afce547269542519adde272b642ee0078",
"is_secret": false,
"is_verified": false,
"line_number": 2838,
"line_number": 3127,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "8cb095af8e5899f3f2b18b0859db9c0238be99b9",
"is_secret": false,
"is_verified": false,
"line_number": 2845,
"line_number": 3134,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -162,7 +162,7 @@
"hashed_secret": "b8473b86d4c2072ca9b08bd28e373e8253e865c4",
"is_secret": false,
"is_verified": false,
"line_number": 4136,
"line_number": 5282,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -264,7 +264,7 @@
}
]
},
"version": "0.13.1+ibm.46.dss",
"version": "0.13.1+ibm.47.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
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 4101c4a

Please sign in to comment.