Skip to content

Commit 7da6a48

Browse files
committed
fix: pnpm version on workflow
1 parent 96f2806 commit 7da6a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
19+
version: 10.6.3
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
@@ -26,7 +26,7 @@ on:
2626
types: [build-deploy-test]
2727

2828
env:
29-
NODE_VERSION: "22"
29+
NODE_VERSION: "24"
3030
ZE_SECRET_TOKEN: |
3131
${{
3232
github.event.inputs.environment == 'prod' && secrets.ZE_SECRET_TOKEN_PROD ||

0 commit comments

Comments
 (0)