Skip to content

Commit cf99049

Browse files
committed
fix: upgrade build images and pnpm to resolve corepack error
1 parent ba52b2a commit cf99049

File tree

3 files changed

+159
-159
lines changed

3 files changed

+159
-159
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,22 @@ commands:
8080
jobs:
8181
build-and-test:
8282
docker:
83-
- image: cimg/node:20.16-browsers
83+
- image: cimg/node:lts-browsers
8484
steps:
8585
- checkout_install
8686
- build
8787
- test
8888
- codequality
8989
package:
9090
docker:
91-
- image: cimg/node:20.16-browsers
91+
- image: cimg/node:lts-browsers
9292
steps:
9393
- checkout_install
9494
- pack_extension
9595
- release_notes
9696
publish-vsc-extension:
9797
docker:
98-
- image: cimg/node:20.16-browsers
98+
- image: cimg/node:lts-browsers
9999
steps:
100100
- checkout_install
101101
- attach_workspace:
@@ -108,7 +108,7 @@ jobs:
108108
pnpx vsce publish -p "$VSCE_TOKEN" ${PRERELEASE} --packagePath "./artifacts/packages/vscode-extension/vlocode-${VERSION}.vsix"
109109
publish-npm-packages:
110110
docker:
111-
- image: cimg/node:20.16-browsers
111+
- image: cimg/node:lts-browsers
112112
steps:
113113
- checkout_install
114114
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "vlocode-project",
4-
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
4+
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
55
"description": "Vlocode project packages",
66
"version": "1.23.0",
77
"license": "MIT",
@@ -64,7 +64,7 @@
6464
"@salesforce/[email protected]": "patches/@[email protected]",
6565
6666
},
67-
"allowNonAppliedPatches": true,
67+
"allowUnusedPatches": true,
6868
"overrides": {
6969
"braces@<2.3.1": ">=2.3.1",
7070
"simple-git@<3.3.0": ">=3.3.0",

0 commit comments

Comments
 (0)