Skip to content

Commit

Permalink
fix(ci): respond to AI comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Nov 27, 2024
1 parent 491ecba commit 99bb116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare-layouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
{name: "ExoCapsule", address: $capsule}] | map(select(.address != ""))')
echo "Matrix: $matrix"
echo "matrix=$(echo $matrix | jq -c .)" >> "${GITHUB_OUTPUT}"
echo "matrix=$(echo "$matrix" | jq -c .)" >> "${GITHUB_OUTPUT}"
fetch-deployed-layouts:
# Takes about 15 seconds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18' # Latest LTS
node-version: '20' # LTS till Oct-25

- name: Clear npm cache
run: npm cache clean --force
Expand Down

0 comments on commit 99bb116

Please sign in to comment.