File tree 2 files changed +19
-19
lines changed
2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 8
8
timeout-minutes : 10
9
9
strategy :
10
10
matrix :
11
- node-version : [16 .x]
11
+ node-version : [20 .x]
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- name : Use Node.js ${{ matrix.node-version }}
@@ -20,27 +20,27 @@ jobs:
20
20
run : npm run test-node
21
21
env :
22
22
CI : true
23
- test-karma :
24
- runs-on : ubuntu-latest
25
- # needs: [lint]
26
- timeout-minutes : 10
27
- strategy :
28
- matrix :
29
- node-version : [16 .x]
30
- steps :
31
- - uses : actions/checkout@v2
32
- - name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v1
34
- with :
35
- node-version : ${{ matrix.node-version }}
36
- - run : npm install
37
- - name : Run karma tests
38
- run : npm run test-karma
23
+ # test-karma:
24
+ # runs-on: ubuntu-latest
25
+ # # needs: [lint]
26
+ # timeout-minutes: 10
27
+ # strategy:
28
+ # matrix:
29
+ # node-version: [20 .x]
30
+ # steps:
31
+ # - uses: actions/checkout@v2
32
+ # - name: Use Node.js ${{ matrix.node-version }}
33
+ # uses: actions/setup-node@v1
34
+ # with:
35
+ # node-version: ${{ matrix.node-version }}
36
+ # - run: npm install
37
+ # - name: Run karma tests
38
+ # run: npm run test-karma
39
39
lint :
40
40
runs-on : ubuntu-latest
41
41
strategy :
42
42
matrix :
43
- node-version : [16 .x]
43
+ node-version : [20 .x]
44
44
steps :
45
45
- uses : actions/checkout@v2
46
46
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1
- # Example Isomorphic TS/JS Lib Template _ (@interop/wallet-export-ts )_
1
+ # Universal Wallet Backup Container Export _ (@interop/wallet-export-ts )_
2
2
3
3
[ ![ Build status] ( https://img.shields.io/github/actions/workflow/status/interop-alliance/wallet-export-ts/main.yml?branch=main )] ( https://github.com/interop-alliance/wallet-export-ts/actions?query=workflow%3A%22Node.js+CI%22 )
4
4
[ ![ NPM Version] ( https://img.shields.io/npm/v/@interop/wallet-export-ts.svg )] ( https://npm.im/@interop/wallet-export-ts )
You can’t perform that action at this time.
0 commit comments