Skip to content

Commit 52d4bd9

Browse files
ci: run visual-regression "install node 24" step under bash
The mcr.microsoft.com/playwright:v1.59.1-noble container's default shell is dash, which rejects `set -o pipefail`. Force bash for the one step that needs it.
1 parent 5f70d94 commit 52d4bd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-health-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
189189

190190
- name: Install Node 24
191+
shell: bash
191192
run: |
192193
set -euo pipefail
193194
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -

0 commit comments

Comments
 (0)