mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Merge branch 'master' into slave
This commit is contained in:
@@ -129,7 +129,7 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Set up Node (for the panel screenshot step below)
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: '22'
|
||||
|
||||
@@ -176,7 +176,7 @@ jobs:
|
||||
} | tee -a /tmp/smoke-report.md
|
||||
|
||||
- name: Upload panel screenshot artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: ux-qa-panel-screenshot
|
||||
path: /tmp/pw-artifacts/ux-qa-panel-login.png
|
||||
@@ -188,7 +188,7 @@ jobs:
|
||||
# an `if:` that doesn't call a status function is otherwise
|
||||
# implicitly ANDed with success(), silently swallowing the report.
|
||||
if: always() && github.event_name == 'pull_request'
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
# pnpm 11 (pinned in panel/package.json via packageManager) requires
|
||||
# Node >=22.13; Node 20 makes `pnpm install` fail the engines check.
|
||||
|
||||
Reference in New Issue
Block a user