Skip to content

Commit 1024863

Browse files
pengyingclaude
andcommitted
ci: pin mintlify@4.2.284, remove libsecret workaround
Newer unpinned mint versions added openid-client which transitively requires keytar and libsecret on Linux. Pin to the same version used locally to avoid the issue entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c768b01 commit 1024863

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@ jobs:
3333
node-version: '24'
3434
cache: 'npm'
3535

36-
- name: Install libsecret
37-
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev
38-
3936
- name: Install dependencies
4037
run: npm ci
4138

42-
- name: Install mint
43-
run: npm i -g mint
39+
- name: Install mintlify
40+
run: npm i -g mintlify@4.2.284
4441

4542
- name: Lint
4643
run: make lint

0 commit comments

Comments
 (0)