Skip to content

Commit 7171d1b

Browse files
committed
Merge branch 'nextVersion'
2 parents 6039c03 + 64280f6 commit 7171d1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: ${{ matrix.node-version }}
1616
- name: Cache node_modules
1717
id: cache-modules
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: node_modules
2121
key: ${{ matrix.node-version }}-${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -46,7 +46,7 @@ jobs:
4646
NODE_AUTH_TOKEN: ${{ secrets.BSV_NPM_TOKEN }}
4747
- name: Cache node_modules
4848
id: cache-modules
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: node_modules
5252
key: 20.x-${{ runner.OS }}-build-${{ hashFiles('package.json') }}

src/Setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { SetupWallet, SetupWalletArgs, StorageKnex } from './index.all'
2121
*
2222
*/
2323
export abstract class Setup extends SetupClient {
24+
2425
/**
2526
* Adds `Knex` based storage to a `Wallet` configured by `Setup.createWalletOnly`
2627
*

0 commit comments

Comments
 (0)