diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4810c49..08cfe46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: strategy: matrix: - node: [18] + node: [22] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 18f960f..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -ignore-workspace-root-check=true -node-linker=hoisted diff --git a/package.json b/package.json index 239572f..869efa4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "ext-slug", "version": "0.0.0", "private": true, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@11.1.2", "description": "", "license": "MIT", "homepage": "https://github.com/publisher-slug/ext-slug#readme", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4c3f06b..f5c0e18 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,3 +2,13 @@ packages: - playground - examples/* - ui + +allowBuilds: + '@vscode/vsce-sign': false + esbuild: false + keytar: false + vue-demi: false + +ignoreWorkspaceRootCheck: true + +nodeLinker: hoisted