Skip to content

Commit 9abd9b2

Browse files
committed
Update pnpm version
1 parent bec7b56 commit 9abd9b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/changeset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
REPO_PATH: ${{ github.repository }}
1111
GIT_REF: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }}
1212
NODE_VERSION: 20.18.1
13-
PNPM_VERSION: 10.7.1
13+
PNPM_VERSION: 10.8.1
1414

1515
jobs:
1616
# Job 1: Create version bump PR when changesets are merged to main

.github/workflows/code-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
NODE_VERSION: 20.18.1
13-
PNPM_VERSION: 10.7.1
13+
PNPM_VERSION: 10.8.1
1414

1515
jobs:
1616
compile:

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
NODE_VERSION: 20.18.1
11-
PNPM_VERSION: 10.7.1
11+
PNPM_VERSION: 10.8.1
1212

1313
jobs:
1414
update-contributors:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roo-code",
3-
"packageManager": "pnpm@10.7.1",
3+
"packageManager": "pnpm@10.8.1",
44
"engines": {
55
"vscode": "^1.84.0",
66
"node": "20.18.1"

0 commit comments

Comments
 (0)