Skip to content

Commit 7fb1a99

Browse files
author
Your Name
committed
Update to yarn 4.6.0
1 parent 80a006d commit 7fb1a99

File tree

6 files changed

+6688
-4649
lines changed

6 files changed

+6688
-4649
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
env:
2929
GITHUB_TOKEN: ${{github.token}}
30-
run: yarn --frozen-lockfile
30+
run: yarn --immutable
3131
- name: Test
3232
run: yarn test
3333
- name: Package desktop

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist
44
*.log
55
test-workspace/*
66
!test-workspace/.vscode
7+
.yarn

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.gitignore
33
.vscode
44
.vscodeignore
5+
.yarn
56
*.vsix
67
DEVELOPMENT.md
78
dist/**/*.js.map

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"theme": "dark"
2020
},
2121
"engines": {
22-
"vscode": "^1.63.0"
22+
"vscode": "^1.63.0",
23+
"yarn": "^4.6.0"
2324
},
2425
"categories": [
2526
"Debuggers",
@@ -196,7 +197,6 @@
196197
"description": "Path to *.cbuild-run.yml debug configuration file generated with CMSIS-Toolbox."
197198
}
198199
}
199-
200200
}
201201
}
202202
},
@@ -248,5 +248,6 @@
248248
"typescript-eslint": "8.21.0",
249249
"webpack": "^5.97.1",
250250
"webpack-cli": "^6.0.1"
251-
}
251+
},
252+
"packageManager": "[email protected]"
252253
}

0 commit comments

Comments
 (0)