We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe16364 commit 6fee108Copy full SHA for 6fee108
.github/workflows/pr-test.yml
@@ -38,15 +38,15 @@ jobs:
38
etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}
39
alchemy-api-key: ${{ secrets.ALCHEMY_API_KEY }}
40
41
- test-node-versions:
+ test-supported-node-versions:
42
uses: ./.github/workflows/reusable-test.yml
43
# for release PR run tests on all supported node versions
44
if: ${{ startsWith(github.ref_name,'release-please--') }}
45
strategy:
46
matrix:
47
node-version: ['22', '24']
48
with:
49
- node-version:
+ node-version: ${{ matrix.node-version }}
50
secrets:
51
infura-project-id: ${{ secrets.INFURA_PROJECT_ID }}
52
0 commit comments