Skip to content

Commit 82b6b14

Browse files
chore: use pnpm 8.6.2 to synchronize repositories (botpress#13120)
1 parent 299e8df commit 82b6b14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
steps:
1313
- uses: pnpm/[email protected]
1414
with:
15-
version: 8.6.0
15+
version: 8.6.2
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: '18.x'

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pnpm 8.6.0
1+
pnpm 8.6.2
22
nodejs 18.13.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"typescript": "^4.9.4",
3636
"vitest": "^0.33.0"
3737
},
38-
"packageManager": "[email protected].0"
38+
"packageManager": "[email protected].2"
3939
}

0 commit comments

Comments
 (0)