Skip to content

Commit 258ea29

Browse files
chore: update to pnpm 10
1 parent eda4138 commit 258ea29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: pnpm/action-setup@v4
1515
with:
16-
version: 9
16+
version: 10
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '18'

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
fetch-depth: 0
2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 9
24+
version: 10
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: 18
2828
cache: pnpm
2929

3030
- name: Install dependencies for toolkit
31-
run: cd .. && pnpm install --frozen-lockfile
31+
run: cd .. && pnpm install --frozen-lockfile
3232

3333
- name: Install dependencies
3434
run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"private": true,
1515
"engines": {
1616
"node": ">=18",
17-
"pnpm": "9"
17+
"pnpm": "10"
1818
},
1919
"dependencies": {
2020
"@angular/animations": "19.1.4",

0 commit comments

Comments
 (0)