Skip to content

Commit 08dc8af

Browse files
authored
Merge pull request #21 from kubit-ui/feat/modify-workflows-branch-node
feat: include new vscode version
2 parents ed3c0e4 + 32ec89c commit 08dc8af

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/pr-validation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434

3535
- name: Setup pnpm
3636
uses: pnpm/action-setup@v4
37-
with:
38-
version: 10
3937

4038
- name: Get pnpm store directory
4139
shell: bash

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040

4141
- name: Setup pnpm
4242
uses: pnpm/action-setup@v4
43-
with:
44-
version: 10
4543

4644
- name: Setup Node.js
4745
uses: actions/setup-node@v4

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
},
1919
"homepage": "https://github.com/kubit-ui/vscode-kubito#readme",
2020
"icon": "icon.png",
21+
"packageManager": "pnpm@10.8.1",
2122
"engines": {
22-
"vscode": "^1.74.0",
23-
"node": ">=18.0.0"
23+
"vscode": "^1.108.0",
24+
"node": ">=22.0.0",
25+
"pnpm": ">=10.0.0"
2426
},
2527
"categories": [
2628
"Other"

0 commit comments

Comments
 (0)