Skip to content

Commit 0784213

Browse files
committed
fix: workflow
1 parent d3d192f commit 0784213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prod-tests.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: threeal/setup-yarn-action@v2.0.0
2121
with:
2222
cache: false
23-
version: 4.1.0
2423

2524
- name: Install Dependencies
2625
run: |

templates/chain-admin/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@
6262
"starshipjs": "^2.4.1",
6363
"typescript": "4.9.3",
6464
"yaml-loader": "^0.8.1"
65-
}
65+
},
66+
"packageManager": "yarn@4.3.0"
6667
}

0 commit comments

Comments
 (0)