Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83d8ae04c1 |
@@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
bun-version-file: ".bun-version"
|
||||
# only required for cspell compatibility until a mature replacement is available
|
||||
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
|
||||
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
|
||||
with:
|
||||
node-version: 24
|
||||
- run: bun install --frozen-lockfile
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"typescript-eslint": "8.59.4",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5 || ^7.0.0",
|
||||
"typescript": "^5",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
"typescript-eslint": "8.59.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5 || ^7.0.0"
|
||||
"typescript": "^5"
|
||||
},
|
||||
"name": "outline-mcp",
|
||||
"module": "index.ts",
|
||||
|
||||
Reference in New Issue
Block a user