Skip to content

Commit e3d4214

Browse files
authored
Merge pull request #56 from sonesuke/fix/release-v0-2-0
fix: release failure (v0.2.0)
2 parents c7d1df4 + d73c4ed commit e3d4214

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install Node.js
9191
uses: actions/setup-node@v4
9292
with:
93-
node-version: 18
93+
node-version: 20
9494

9595
- name: Install Dependencies
9696
run: cd vsix && npm install

vsix/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "LSP client for docgraph documentation modeling tool",
55
"version": "0.2.0",
66
"publisher": "sonesuke",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/sonesuke/docgraph"
10+
},
11+
"license": "MIT",
712
"engines": {
813
"vscode": "^1.75.0"
914
},

0 commit comments

Comments
 (0)