Skip to content

Commit adb4b3c

Browse files
authored
chore: update pnpm to version 10.15.0 (#56)
Updates pnpm package manager from 10.0.0 to 10.15.0 across the entire project, ensuring consistency in all GitHub workflow configurations.
1 parent edf6c4d commit adb4b3c

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

.changeset/update-pnpm-version.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'agentic-node-ts-starter': patch
3+
---
4+
5+
Update pnpm package manager to version 10.15.0

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v4
3737
with:
38-
version: 10.0.0
38+
version: 10.15.0
3939
run_install: false
4040
standalone: true
4141

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install pnpm
4040
uses: pnpm/action-setup@v4
4141
with:
42-
version: 10.0.0
42+
version: 10.15.0
4343
run_install: false
4444
standalone: true
4545

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: string
1212

1313
env:
14-
PNPM_VERSION: 10.0.0
14+
PNPM_VERSION: 10.15.0
1515
NODE_VERSION: 22
1616

1717
permissions:

.github/workflows/reusable-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pnpm-version:
1111
description: 'pnpm version'
1212
type: string
13-
default: '10.0.0'
13+
default: '10.15.0'
1414
run-codeql:
1515
description: 'Run CodeQL analysis'
1616
type: boolean

.github/workflows/reusable-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pnpm-version:
1111
description: 'pnpm version'
1212
type: string
13-
default: '10.0.0'
13+
default: '10.15.0'
1414
install-deps:
1515
description: 'Install dependencies'
1616
type: boolean

.github/workflows/reusable-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pnpm-version:
1111
description: 'pnpm version'
1212
type: string
13-
default: '10.0.0'
13+
default: '10.15.0'
1414
run-audit:
1515
description: 'Run security audit'
1616
type: boolean

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.5.6",
44
"private": true,
55
"type": "module",
6-
"packageManager": "pnpm@10.0.0",
6+
"packageManager": "pnpm@10.15.0",
77
"engines": {
88
"node": ">=22.0.0"
99
},

0 commit comments

Comments
 (0)