From a43dc04b1f1e75e51d69ee0337b5489a503b4b49 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Tue, 14 Nov 2023 15:57:35 +0000 Subject: [PATCH 1/2] update pnpm to v8 --- .github/workflows/ci.yml | 12 ++++++------ package.json | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ef7d9c6..32542a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -133,7 +133,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -170,7 +170,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: node-version: 14 diff --git a/package.json b/package.json index 41f9b4cc..db2ff763 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "npm": false }, "volta": { - "node": "16.18.1", - "yarn": "1.22.19" + "node": "16.18.1" } } From 6aa732435f3075388b9a748ead8df3eb0ed42db1 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Tue, 14 Nov 2023 22:34:05 +0000 Subject: [PATCH 2/2] add npmrc auto-install-peers=false --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..f301fedf --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +auto-install-peers=false