Skip to content

Commit 53c0535

Browse files
author
yuangongji
authored
fix CI error (vuejs#494)
1 parent 703ef76 commit 53c0535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
defaults: &defaults
44
working_directory: ~/repo
55
docker:
6-
- image: circleci/node:12-browsers
6+
- image: circleci/node:14-browsers
77

88
jobs:
99
install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"typescript": "^4.0.2",
7777
"uglify-es": "^3.3.9",
7878
"vue": "^3.0.0",
79-
"vue-loader": "^16.0.0-beta.5",
79+
"vue-loader": "^16.1.1",
8080
"webpack": "^4.44.1",
8181
"webpack-cli": "^3.3.12"
8282
}

0 commit comments

Comments
 (0)