File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 npm :
102102 strategy :
103103 matrix :
104- node : [16.x, 18.x]
104+ node : [18.x]
105105 os : [ubuntu-latest]
106106 vue : [2.6, 2.7, 3]
107107 bridge : [vue-i18n-bridge, vue-router-bridge]
@@ -130,7 +130,7 @@ jobs:
130130 yarn :
131131 strategy :
132132 matrix :
133- node : [16.x, 18.x]
133+ node : [18.x]
134134 os : [ubuntu-latest]
135135 vue : [2.6, 2.7, 3]
136136 # yarn: [1.22.19, berry]
@@ -164,7 +164,7 @@ jobs:
164164 pnpm :
165165 strategy :
166166 matrix :
167- node : [16.x, 18.x]
167+ node : [18.x]
168168 os : [ubuntu-latest]
169169 bridge : [vue-i18n-bridge, vue-router-bridge]
170170 vue : [2.6, 2.7, 3]
Original file line number Diff line number Diff line change 66 "postinstall" : " node ./scripts/postinstall.js"
77 },
88 "peerDependencies" : {
9- "vue-i18n" : " ^8.26.1 || ^ 9.2.0 || ^9.3 .0" ,
10- "vue-i18n-bridge" : " ^ 9.2.0 || ^9.3 .0" ,
9+ "vue-i18n" : " ^8.26.1 || >= 9.2.0" ,
10+ "vue-i18n-bridge" : " >= 9.2.0" ,
1111 "@vue/composition-api" : " ^1.0.0-rc.1"
1212 },
1313 "peerDependenciesMeta" : {
You can’t perform that action at this time.
0 commit comments