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 ca4c97e commit 429cfd4Copy full SHA for 429cfd4
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
echo "node@$(node -v)"
181
echo "npm@$(npm -v)"
182
npm -s ls ||:
183
- (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"
184
185
- name: Run tests
186
shell: bash
0 commit comments