Skip to content

Commit cd30e43

Browse files
authored
use release testnode (#359)
1 parent 6fa1575 commit cd30e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/contract-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
no-token-bridge: true
170170
no-l3-token-bridge: true
171171
nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'
172-
nitro-testnode-ref: v3-support
172+
nitro-testnode-ref: release
173173

174174
- name: Setup node/yarn
175175
uses: actions/setup-node@v3
@@ -202,7 +202,7 @@ jobs:
202202
no-token-bridge: true
203203
no-l3-token-bridge: true
204204
nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'
205-
nitro-testnode-ref: v3-support
205+
nitro-testnode-ref: release
206206

207207
- name: Setup node/yarn
208208
uses: actions/setup-node@v3
@@ -234,7 +234,7 @@ jobs:
234234
args: --l3-fee-token --l3-fee-token-pricer --l3-fee-token-decimals 6
235235
no-token-bridge: true
236236
no-l3-token-bridge: true
237-
nitro-testnode-ref: v3-support
237+
nitro-testnode-ref: release
238238
nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'
239239

240240
- name: Setup node/yarn

0 commit comments

Comments
 (0)