We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ee44b commit 1f1dffdCopy full SHA for 1f1dffd
.github/workflows/ci.yml
@@ -170,7 +170,7 @@ jobs:
170
echo "node@$(node -v)"
171
echo "npm@$(npm -v)"
172
npm -s ls ||:
173
- (npm -s ls --depth=0 ||:) | awk -F'[ @]' 'NR>1 && $2 { print "::set-output name=" $2 "::" $3 }'
+ (npm -s ls --depth=0 ||:) | awk -F'[ @]' 'NR>1 && $2 { print $2 "=" $3 }' >> "$GITHUB_OUTPUT"
174
175
- name: Run tests
176
shell: bash
0 commit comments