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 546969d commit b9f7a97Copy full SHA for b9f7a97
.github/workflows/ci.yml
@@ -155,7 +155,7 @@ jobs:
155
echo "node@$(node -v)"
156
echo "npm@$(npm -v)"
157
npm -s ls ||:
158
- (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"
159
160
- name: Run tests
161
shell: bash
0 commit comments