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 03bf908 commit e62dc32Copy full SHA for e62dc32
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Clone api3-dao-dashboard
27
uses: actions/checkout@v4
28
- name: Setup Node
29
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
30
with:
31
node-version: 16
32
cache: 'yarn'
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments