Skip to content

Commit d8fed6b

Browse files
committed
test: set vite to 4.x
1 parent 81fea7c commit d8fed6b

File tree

3 files changed

+15
-302
lines changed

3 files changed

+15
-302
lines changed

.github/workflows/pre-commit-hooks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,19 @@
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/*",

0 commit comments

Comments
 (0)