Skip to content

Commit 498c523

Browse files
committed
1 parent 349574b commit 498c523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
echo "node@$(node -v)"
216216
echo "npm@$(npm -v)"
217217
npm -s ls ||:
218-
(npm -s ls --depth=0 ||:) | awk -F'[ @]' 'NR>1 && $2 { print "::set-output name=" $2 "::" $3 }'
218+
(npm -s ls --depth=0 ||:) | awk -F'[ @]' 'NR>1 && $2 { print $2 "=" $3 }' >> "$GITHUB_OUTPUT"
219219
220220
- name: Run tests
221221
shell: bash

0 commit comments

Comments
 (0)