File tree Expand file tree Collapse file tree 3 files changed +15
-302
lines changed
Expand file tree Collapse file tree 3 files changed +15
-302
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14-
14+
1515 - name : set up Node.js
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : ' 16 '
18+ node-version : ' 18 '
1919 cache : ' yarn'
20-
20+
2121 - name : install dependencies
2222 run : yarn install --frozen-lockfile
23-
23+
2424 - name : run pre-commit hooks
2525 run : |
2626 yarn lint-staged
Original file line number Diff line number Diff line change 121121 "turbo" : " 2.1.2" ,
122122 "typescript" : " ~4.9.5" ,
123123 "verdaccio" : " 5.25.0" ,
124+ "vite" : " 4.5.5" ,
124125 "vitest" : " 0.34.6" ,
125126 "webpack" : " 5.76.0" ,
126127 "webpack-cli" : " 4.10.0" ,
127128 "yargs" : " 17.5.1" ,
128129 "yarn" : " 1.22.13"
129130 },
131+ "overrides" : {
132+ "vite" : " 4.5.5"
133+ },
134+ "resolutions" : {
135+ "vite" : " 4.5.5"
136+ },
130137 "workspaces" : {
131138 "packages" : [
132139 " clients/*" ,
You can’t perform that action at this time.
0 commit comments