Skip to content

Commit a7cb8e0

Browse files
🐛 fix: Fix glob
1 parent bb556a1 commit a7cb8e0

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: actions/setup-node@v3
14-
with:
15-
node-version: '18'
16-
1713
- name: Install bun
1814
uses: oven-sh/setup-bun@v2
1915
with:

packages/lobe-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dirty-json": "^0.9.2",
6767
"dotenv": "^16.4.7",
6868
"fast-deep-equal": "^3.1.3",
69-
"glob": "^11.0.0",
69+
"glob": "^10.4.5",
7070
"gpt-tokenizer": "^2.8.1",
7171
"gray-matter": "^4.0.3",
7272
"ink": "^4.4.1",

packages/lobe-seo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"cosmiconfig": "^9.0.0",
6767
"dotenv": "^16.4.7",
6868
"fast-deep-equal": "^3.1.3",
69-
"glob": "^11.0.0",
69+
"glob": "^10.4.5",
7070
"gpt-tokenizer": "^2.8.1",
7171
"gray-matter": "^4.0.3",
7272
"ink": "^4.4.1",

0 commit comments

Comments
 (0)