Skip to content

Commit e33fbf4

Browse files
committedJun 11, 2024·
Initial commit
1 parent e42b7cc commit e33fbf4

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed
 

‎.github/workflows/main.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
node-version: [16.x]
11+
node-version: [20.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Use Node.js ${{ matrix.node-version }}
@@ -20,27 +20,27 @@ jobs:
2020
run: npm run test-node
2121
env:
2222
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
3939
lint:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node-version: [16.x]
43+
node-version: [20.x]
4444
steps:
4545
- uses: actions/checkout@v2
4646
- name: Use Node.js ${{ matrix.node-version }}

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Example Isomorphic TS/JS Lib Template _(@interop/wallet-export-ts)_
1+
# Universal Wallet Backup Container Export _(@interop/wallet-export-ts)_
22

33
[![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)
44
[![NPM Version](https://img.shields.io/npm/v/@interop/wallet-export-ts.svg)](https://npm.im/@interop/wallet-export-ts)

0 commit comments

Comments
 (0)
Please sign in to comment.