Skip to content

Commit 62ec926

Browse files
committed
chore: try fix CI
1 parent a82db7b commit 62ec926

File tree

3 files changed

+95
-79
lines changed

3 files changed

+95
-79
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ skip_branch_with_pr: true
44
skip_non_tags: true
55
environment:
66
matrix:
7-
- nodejs_version: "17"
7+
- nodejs_version: "16"
88
platform:
99
- x64
1010
image: Visual Studio 2019

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"tsconfig-paths-webpack-plugin": "3.5.1",
7474
"typescript": "4.4.2",
7575
"url-loader": "4.1.1",
76-
"vite": "^3.0.0",
76+
"vite": "3.2.5",
7777
"vite-plugin-html": "2.1.0",
7878
"webpack": "5.51.1",
7979
"webpack-bundle-analyzer": "4.4.2",

0 commit comments

Comments
 (0)