Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bumb node #90

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
da7c54d
feat: bumb node
anukulpandey Jan 8, 2024
c066460
Update pr-any.yml
anukulpandey Jan 8, 2024
a2073a1
Update pr-any.yml
anukulpandey Jan 8, 2024
595d089
Update pr-any.yml
anukulpandey Jan 8, 2024
381dfd6
Update pr-any.yml
anukulpandey Jan 8, 2024
4879096
Update pr-any.yml
anukulpandey Jan 8, 2024
df79774
Update pr-any.yml
anukulpandey Jan 8, 2024
27b459f
Update pr-any.yml
anukulpandey Jan 8, 2024
d14bf97
Update package.json
anukulpandey Jan 8, 2024
af75d12
Update package.json
anukulpandey Jan 8, 2024
be97d7a
Update package.json
anukulpandey Jan 8, 2024
fdee183
Update pr-any.yml
anukulpandey Jan 8, 2024
385da86
Update package.json
anukulpandey Jan 8, 2024
1bb242e
Update pr-any.yml
anukulpandey Jan 8, 2024
fee6f3b
feat: removed lock file
anukulpandey Jan 8, 2024
ee54ce0
Update pr-any.yml
anukulpandey Jan 8, 2024
4ee4331
Update pr-any.yml
anukulpandey Jan 8, 2024
26de86d
Update pr-any.yml
anukulpandey Jan 8, 2024
dd3504d
yarn lock
anukulpandey Jan 8, 2024
3d4ccb0
Merge branch 'anukulpandey-patch-1' of https://github.com/reef-defi/b…
anukulpandey Jan 8, 2024
4606795
yarn.lock
anukulpandey Jan 7, 2024
3ef0c73
tester
anukulpandey Jan 8, 2024
aa45a39
usb-detection
anukulpandey Jan 8, 2024
193906c
Update pr-any.yml
anukulpandey Jan 8, 2024
56e1943
Update pr-any.yml
anukulpandey Jan 8, 2024
aab932b
Update pr-any.yml
anukulpandey Jan 8, 2024
a9d5bd8
Update pr-any.yml
anukulpandey Jan 8, 2024
e08a261
Update pr-any.yml
anukulpandey Jan 8, 2024
0620f44
Update package.json
anukulpandey Jan 8, 2024
a610d82
Update package.json
anukulpandey Jan 8, 2024
8bf8c75
Update pr-any.yml
anukulpandey Jan 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@ on: [pull_request]

jobs:
pr:
continue-on-error: true
strategy:
matrix:
step: ['lint', 'test', 'build']
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: checkout
- name: Setup node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
rm -rf node_modules
yarn install --immutable
yarn ${{ matrix.step }}
3 changes: 2 additions & 1 deletion packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"react-router-dom": "^5.3.0",
"react-toastify": "^8.2.0",
"styled-components": "^5.3.3",
"subscriptions-transport-ws": "^0.11.0"
"subscriptions-transport-ws": "^0.11.0",
"usb-detection": "^4.14.2"
},
"devDependencies": {
"@types/bn.js": "^4.11.6",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4973,6 +4973,7 @@ __metadata:
sinon-chrome: ^3.0.1
styled-components: ^5.3.3
subscriptions-transport-ws: ^0.11.0
usb-detection: ^4.14.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9013,9 +9014,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.30000844, caniuse-lite@npm:^1.0.30001565":
version: 1.0.30001574
resolution: "caniuse-lite@npm:1.0.30001574"
checksum: 4064719755371a9716446ee79714ff5cee347861492d6325c2e3db00c37cb27f184742f53f2b6e4c15cc2e1a47fae32cc44c9b15e957a9290982bf4108933245
version: 1.0.30001576
resolution: "caniuse-lite@npm:1.0.30001576"
checksum: b8b332675fe703d5e57b02df5f100345f2a3796c537a42422f5bfc82d3256b8bad3f4e2788553656d2650006d13a4b5db99725e2a9462cc0c8035ba494ba1857
languageName: node
linkType: hard

Expand Down Expand Up @@ -17676,13 +17677,13 @@ __metadata:
linkType: hard

"node-gyp-build@npm:^4.2.0, node-gyp-build@npm:^4.3.0":
version: 4.7.1
resolution: "node-gyp-build@npm:4.7.1"
version: 4.8.0
resolution: "node-gyp-build@npm:4.8.0"
bin:
node-gyp-build: bin.js
node-gyp-build-optional: optional.js
node-gyp-build-test: build-test.js
checksum: 2ef8248021489db03be3e8098977cdc797b80a9b12b77c6dcb89b0dc89b8c62e6a482672ee298f61021740ae7f080fb33154cfec8fb158cec620f57b0fae87c0
checksum: b82a56f866034b559dd3ed1ad04f55b04ae381b22ec2affe74b488d1582473ca6e7f85fccf52da085812d3de2b0bf23109e752a57709ac7b9963951c710fea40
languageName: node
linkType: hard

Expand Down Expand Up @@ -22436,7 +22437,7 @@ __metadata:
languageName: node
linkType: hard

"usb-detection@npm:^4.13.0":
"usb-detection@npm:^4.13.0, usb-detection@npm:^4.14.2":
version: 4.14.2
resolution: "usb-detection@npm:4.14.2"
dependencies:
Expand Down
Loading