Skip to content

Commit bfbdb57

Browse files
authored
chore: lock pnpm 9.10.0 (#66)
1 parent c93fde5 commit bfbdb57

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: '18'
1919

2020
- name: Install pnpm
21-
run: npm install -g pnpm
21+
run: npm install -g pnpm@9.10.0
2222

2323
- name: Install Dependencies
2424
run: pnpm i

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
"!(**/source/**/*).{ts,tsx,jsx,js}": [
3838
"prettier --write"
3939
]
40-
}
40+
},
41+
"packageManager": "pnpm@9.10.0"
4142
}

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
packages:
22
- "packages/*"
3-
- "mini-folder/*"
3+
- "mini-folder/*"
4+
dangerouslyAllowAllBuilds: true

0 commit comments

Comments
 (0)