Skip to content

Commit 1802b14

Browse files
committed
Test this branch
1 parent 54d76e9 commit 1802b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Node.js and Solana CI
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [main, web3js-version-2]
77
pull_request:
8-
branches: [main]
8+
branches: [main, web3js-version-2]
99

1010
jobs:
1111
build:
@@ -18,7 +18,7 @@ jobs:
1818
# Install Solana CLI (beta, required to fix 'ahash' issue)
1919
solana-cli-version: "1.18.5"
2020

21-
- name: Setup Node.js version
21+
- name: Setup Node.js version
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 21.x

0 commit comments

Comments
 (0)