Skip to content

Commit 614d6f1

Browse files
committed
chore: revert .npmrc and downgrade to pnpm 9
1 parent 73ae6f0 commit 614d6f1

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ runs:
3434
3535
- name: pnpm install
3636
shell: bash
37-
run: pnpm install --frozen-lockfile
37+
run: pnpm install --frozen-lockfile --shamefully-hoist

.npmrc

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2+
3+
# npm options
24
auth-type=legacy
35

4-
# pnpm
5-
enable-pre-post-scripts=true
6-
shamefully-hoist=true
6+
# pnpm options
7+
always-auth = true
8+
auto-install-peers = true
9+
enable-pre-post-scripts = true
10+
link-workspace-packages = false
11+
shamefully-hoist = true
12+
shared-workspace-lockfile = true
13+
strict-peer-dependencies = false

0 commit comments

Comments
 (0)