Skip to content

Commit 87e69a0

Browse files
authored
Merge pull request #46 from BitGo/bblack_audit_fix
fix: audit
2 parents 2199713 + aff4c7c commit 87e69a0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/main_ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [14, 'lts/*']
21+
node-version: [14, 16]
2222
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323
steps:
2424
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
node-version: [14, 'lts/*']
38+
node-version: [14, 16]
3939
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
4040
services:
4141
regtest:
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
6565
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
6666
with:
67-
node-version: 'lts/*'
67+
node-version: 16
6868
registry-url: https://registry.npmjs.org/
6969
cache: 'npm'
7070
- run: npm ci
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
7676
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
7777
with:
78-
node-version: 'lts/*'
78+
node-version: 16
7979
registry-url: https://registry.npmjs.org/
8080
cache: 'npm'
8181
- run: npm ci
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
8787
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
8888
with:
89-
node-version: 'lts/*'
89+
node-version: 16
9090
registry-url: https://registry.npmjs.org/
9191
cache: 'npm'
9292
- run: npm ci
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
9898
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
9999
with:
100-
node-version: 'lts/*'
100+
node-version: 16
101101
registry-url: https://registry.npmjs.org/
102102
cache: 'npm'
103103
- run: npm ci
@@ -108,7 +108,7 @@ jobs:
108108
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
109109
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
110110
with:
111-
node-version: 'lts/*'
111+
node-version: 16
112112
registry-url: https://registry.npmjs.org/
113113
cache: 'npm'
114114
- run: npm ci
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
120120
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
121121
with:
122-
node-version: 'lts/*'
122+
node-version: 16
123123
registry-url: https://registry.npmjs.org/
124124
cache: 'npm'
125125
- run: npm ci

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)