Skip to content

Commit 52ab020

Browse files
authored
chore(build): use node 14 for new semantic-release (#125)
1 parent fde6160 commit 52ab020

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

.secrets.baseline

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2021-08-12T17:18:41Z",
6+
"generated_at": "2021-10-13T21:20:56Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -67,42 +67,26 @@
6767
"results": {
6868
"Authentication.md": [
6969
{
70-
"hashed_secret": "98635b2eaa2379f28cd6d72a38299f286b81b459",
71-
"is_secret": false,
72-
"is_verified": false,
73-
"line_number": 156,
74-
"type": "Secret Keyword",
75-
"verified_result": null
76-
},
77-
{
78-
"hashed_secret": "5eb942810a75ebc850972a89285d570d484c89c4",
79-
"is_secret": false,
80-
"is_verified": false,
81-
"line_number": 168,
82-
"type": "Secret Keyword",
83-
"verified_result": null
84-
},
85-
{
86-
"hashed_secret": "4080eeeaf54faf879b9e8d99c49a8503f7e855bb",
70+
"hashed_secret": "91dfd9ddb4198affc5c194cd8ce6d338fde470e2",
8771
"is_secret": false,
8872
"is_verified": false,
89-
"line_number": 175,
73+
"line_number": 66,
9074
"type": "Secret Keyword",
9175
"verified_result": null
9276
},
9377
{
94-
"hashed_secret": "91dfd9ddb4198affc5c194cd8ce6d338fde470e2",
78+
"hashed_secret": "98635b2eaa2379f28cd6d72a38299f286b81b459",
9579
"is_secret": false,
9680
"is_verified": false,
97-
"line_number": 189,
81+
"line_number": 297,
9882
"type": "Secret Keyword",
9983
"verified_result": null
10084
},
10185
{
10286
"hashed_secret": "47fcf185ee7e15fe05cae31fbe9e4ebe4a06a40d",
10387
"is_secret": false,
10488
"is_verified": false,
105-
"line_number": 195,
89+
"line_number": 328,
10690
"type": "Secret Keyword",
10791
"verified_result": null
10892
}
@@ -374,7 +358,7 @@
374358
}
375359
]
376360
},
377-
"version": "0.13.1+ibm.42.dss",
361+
"version": "0.13.1+ibm.46.dss",
378362
"word_list": {
379363
"file": null,
380364
"hash": null

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
before_deploy:
2929
- pip3 install --editable .
3030
- pip3 install bumpversion
31-
- nvm install 12
31+
- nvm install 14
3232
- npm install @semantic-release/changelog
3333
- npm install @semantic-release/exec
3434
- npm install @semantic-release/git

0 commit comments

Comments
 (0)