We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008744c commit 6b67e84Copy full SHA for 6b67e84
.github/workflows/validate-token-address.yml
@@ -15,15 +15,15 @@ jobs:
15
16
steps:
17
- name: Checkout repo
18
- uses: actions/checkout@69747b3848c30fc048b8eb496dcc7a6384f500d2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19
20
- name: Set up Node.js
21
- uses: actions/setup-node@69747b3848c30fc048b8eb496dcc7a6384f500d2
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
22
with:
23
node-version: 20
24
25
- name: Install ethers.js
26
- run: npm install ethers
+ run: npm install ethers@5
27
28
- name: Extract address and network
29
id: extract
0 commit comments