Skip to content

Commit

Permalink
test yarn 3 to see if it resolves our CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmolasses committed Apr 18, 2023
1 parent b4ddccc commit 2210b48
Show file tree
Hide file tree
Showing 6 changed files with 30,272 additions and 22,892 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
submodules: recursive

- uses: volta-cli/action@v1
- uses: volta-cli/action@v3

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"core-js": "^3.6.5",
"ethers": "5.7.2",
"quasar": "2.10.2",
"vue": "3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "4.1.6",
"vue": "3.2.45",
"yaml-loader": "0.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
},
"volta": {
"node": "16.15.0",
"yarn": "1.22.18"
"yarn": "3.5.0"
}
}
Loading

0 comments on commit 2210b48

Please sign in to comment.