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

Update WC deps, node, and pnpm #388

Merged
merged 3 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- uses: pnpm/action-setup@v3.0.0
node-version: 20
- uses: pnpm/action-setup@v4
with:
version: 8.14
version: 9.4
- run: pnpm audit
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4
with:
version: 8.14
version: 9.4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: nodejsscan scan
id: njsscan
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- uses: pnpm/action-setup@v3.0.0
node-version: 20
- uses: pnpm/action-setup@v4
with:
version: 8.14
version: 9.4
- run: cd packages/web3 && pnpm i
# Wait for this issue to be resolved: https://github.com/acacode/swagger-typescript-api/issues/370
- run: npm run update-schemas && test -z "$(git status --porcelain)"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Get the tag name
id: get_tag
run: |
Expand All @@ -43,11 +43,11 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4
with:
version: 8.14
version: 9.4
- run: pnpm install
- run: git status
- name: Publish to npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [20]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4
with:
version: 8.14
version: 9.4
- run: |
pushd docker
docker-compose up -d
Expand Down
8 changes: 4 additions & 4 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"@alephium/web3": "workspace:^",
"@alephium/web3-wallet": "workspace:^",
"@walletconnect/sign-client": "2.11.0",
"@walletconnect/types": "2.11.0",
"@walletconnect/utils": "2.11.0",
"@walletconnect/core": "2.11.0",
"@walletconnect/sign-client": "2.13.3",
"@walletconnect/types": "2.13.3",
"@walletconnect/utils": "2.13.3",
"@walletconnect/core": "2.13.3",
"@walletconnect/keyvaluestorage": "1.1.1",
"eventemitter3": "^4.0.7",
"async-sema": "^3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-react/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
Loading
Loading