Skip to content

Commit

Permalink
fix: update markmap
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Sep 23, 2024
1 parent d7a415b commit 1509f3d
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 119 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Install deps
run: pnpm i
- name: Publish to Open VSX Registry
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"del-cli": "^5.1.0",
"husky": "^8.0.3",
"lodash.debounce": "^4.0.8",
"markmap-common": "^0.17.0",
"markmap-lib": "^0.17.0",
"markmap-render": "^0.17.0",
"markmap-toolbar": "^0.17.0",
"markmap-common": "^0.17.1",
"markmap-lib": "^0.17.1",
"markmap-render": "^0.17.1",
"markmap-toolbar": "^0.17.1",
"read-pkg-up": "^10.0.0",
"vscode-uri": "^3.0.7"
}
Expand Down
Loading

0 comments on commit 1509f3d

Please sign in to comment.