We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed3c0e4 + 32ec89c commit 08dc8afCopy full SHA for 08dc8af
.github/workflows/pr-validation.yml
@@ -34,8 +34,6 @@ jobs:
34
35
- name: Setup pnpm
36
uses: pnpm/action-setup@v4
37
- with:
38
- version: 10
39
40
- name: Get pnpm store directory
41
shell: bash
.github/workflows/publish.yml
@@ -40,8 +40,6 @@ jobs:
42
43
44
45
46
- name: Setup Node.js
47
uses: actions/setup-node@v4
package.json
@@ -18,9 +18,11 @@
18
},
19
"homepage": "https://github.com/kubit-ui/vscode-kubito#readme",
20
"icon": "icon.png",
21
+ "packageManager": "pnpm@10.8.1",
22
"engines": {
- "vscode": "^1.74.0",
23
- "node": ">=18.0.0"
+ "vscode": "^1.108.0",
24
+ "node": ">=22.0.0",
25
+ "pnpm": ">=10.0.0"
26
27
"categories": [
28
"Other"
0 commit comments