Skip to content

Commit a423064

Browse files
committed
Bump web3.js rc version
1 parent a644e25 commit a423064

File tree

3 files changed

+262
-273
lines changed

3 files changed

+262
-273
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 18
32+
node-version: 20
3333
cache: 'pnpm'
3434

3535
- name: Install Dependencies

clients/js/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
},
3535
"license": "Apache-2.0",
3636
"peerDependencies": {
37-
"@solana/web3.js": "2.0.0-rc.0"
37+
"@solana/web3.js": "2.0.0-rc.1"
3838
},
3939
"devDependencies": {
4040
"@ava/typescript": "^4.1.0",
4141
"@solana/eslint-config-solana": "^3.0.3",
42-
"@solana/web3.js": "2.0.0-rc.0",
43-
"@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.0",
42+
"@solana/web3.js": "2.0.0-rc.1",
4443
"@types/node": "^20",
4544
"@typescript-eslint/eslint-plugin": "^7.16.1",
4645
"@typescript-eslint/parser": "^7.16.1",
@@ -57,9 +56,6 @@
5756
"nodeArguments": [
5857
"--no-warnings"
5958
],
60-
"require": [
61-
"@solana/webcrypto-ed25519-polyfill"
62-
],
6359
"typescript": {
6460
"compile": false,
6561
"rewritePaths": {

0 commit comments

Comments
 (0)