Skip to content

Commit 0a1bd92

Browse files
committed
Revert "ci: replace deprecated set-output"
This reverts commit e4dbd63.
1 parent 89e1e88 commit 0a1bd92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272

7373
- name: "Get pnpm store directory"
7474
id: pnpm-cache
75-
run: echo "pnpm_store_path=$(pnpm store path)" >> $GITHUB_OUTPUT
75+
run: |
76+
echo "::set-output name=pnpm_store_path::$(pnpm store path)"
7677
7778
- uses: actions/cache@v4
7879
name: "Setup pnpm cache"

0 commit comments

Comments
 (0)