Skip to content

Commit 1f0ee26

Browse files
committed
fix: use node v16
setup-nodev3 and add sponsor to extension.
1 parent 2603bbd commit 1f0ee26

File tree

3 files changed

+363
-7
lines changed

3 files changed

+363
-7
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Commitlint
1515
uses: wagoid/commitlint-github-action@v2
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v3
1818
with:
19-
node-version: 12
19+
node-version: 16
2020
- name: Install dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Install webview dependencies

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"type": "git",
1515
"url": "https://github.com/mbehr1/fishbone.git"
1616
},
17+
"sponsor": {
18+
"url": "https://github.com/sponsors/mbehr1"
19+
},
1720
"bugs": {
1821
"url": "https://github.com/mbehr1/fishbone/issues"
1922
},
@@ -92,6 +95,7 @@
9295
"semantic-release": "^17.4.2",
9396
"semantic-release-vsce": "^3.3.0",
9497
"typescript": "^4.2.4",
98+
"vsce": "^2.9.1",
9599
"vscode-test": "^1.5.2"
96100
},
97101
"dependencies": {

0 commit comments

Comments
 (0)