Skip to content

Commit 06a0bc4

Browse files
chore(deps): update pnpm to v10.31.0
1 parent 3fea65e commit 06a0bc4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- uses: pnpm/action-setup@v4
1818
with:
19-
version: 10.6.3
19+
version: 10.31.0
2020
run_install: false
2121
- uses: actions/setup-node@v4
2222
with:

.github/workflows/build-deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- uses: pnpm/action-setup@v4
7979
with:
80-
version: 10.6.3
80+
version: 10.31.0
8181
run_install: false
8282

8383
- uses: actions/setup-node@v4

vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zephyr-examples-vanilla",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"packageManager": "pnpm@10.6.3",
5+
"packageManager": "pnpm@10.31.0",
66
"scripts": {
77
"remove-all-node-modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + ",
88
"remove-all-dist": "find . -name 'dist' -type d -prune -exec rm -rf '{}' + ",

0 commit comments

Comments
 (0)