Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix bracket style.
  • Loading branch information
desrosj committed May 1, 2024
commit ae04d55da078091bb394300ddcf22381f1bed02c
2 changes: 1 addition & 1 deletion .github/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
- name: Find npm log location
id: npm-cache-location
if: ${{ failure() || runner.debug }}
run: echo "NODE_CACHE_LOCATION=${npm config get cache)" >> $GITHUB_OUTPUT
run: echo "NODE_CACHE_LOCATION=$(npm config get cache)" >> $GITHUB_OUTPUT
shell: bash

- name: Upload logs as artifact
Expand Down