Skip to content

Commit d5160dc

Browse files
remove node 8 because of walletlink
1 parent ae0a1a4 commit d5160dc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
node: ['8.x', '10.x', '12.x']
15+
node: ['10.x', '12.x']
1616
os: [ubuntu-latest, macOS-latest]
1717

1818
runs-on: ${{ matrix.os }}

packages/walletlink-connector/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"type": "git",
2424
"url": "git://github.com/NoahZinsmeister/web3-react.git"
2525
},
26+
"engines": {
27+
"node": ">=10"
28+
},
2629
"main": "dist/index.js",
2730
"module": "dist/walletlink-connector.esm.js",
2831
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)