Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Avoid failing by latest with node-build problems
Browse files Browse the repository at this point in the history
nodenv/node-build#738
nodenv/node-build#823 is not yet merged

#1076 will be passed since this commit
  • Loading branch information
kachick committed Aug 10, 2023
1 parent 83f2db8 commit 7f350c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tool-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
targets="$(mktemp)"
git diff origin/${{ github.base_ref }} HEAD --word-diff --relative ./examples/.tool-versions | \
grep -F ']{+' | grep -vP 'haskell|php' | ruby -e 'puts STDIN.each_line.map { |l| /\A(\S+\s+).*?\{\+([^\+]+)/.match(l).captures.join }.join("\n")' > "$targets"
grep -F ']{+' | grep -vP 'haskell|php|node' | ruby -e 'puts STDIN.each_line.map { |l| /\A(\S+\s+).*?\{\+([^\+]+)/.match(l).captures.join }.join("\n")' > "$targets"
gh-action-multiline -name=lines < "$targets" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 7f350c5

Please sign in to comment.