Skip to content

Commit b16ba33

Browse files
authored
fix: tweak deps version (#37)
1 parent 0efa91b commit b16ba33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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

packages/vue-i18n-bridge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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": {

0 commit comments

Comments
 (0)