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
|
done
|
||||||
|
|
||||||
- name: Set up Node (for the panel screenshot step below)
|
- name: Set up Node (for the panel screenshot step below)
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
@@ -176,7 +176,7 @@ jobs:
|
|||||||
} | tee -a /tmp/smoke-report.md
|
} | tee -a /tmp/smoke-report.md
|
||||||
|
|
||||||
- name: Upload panel screenshot artifact
|
- name: Upload panel screenshot artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ux-qa-panel-screenshot
|
name: ux-qa-panel-screenshot
|
||||||
path: /tmp/pw-artifacts/ux-qa-panel-login.png
|
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
|
# an `if:` that doesn't call a status function is otherwise
|
||||||
# implicitly ANDed with success(), silently swallowing the report.
|
# implicitly ANDed with success(), silently swallowing the report.
|
||||||
if: always() && github.event_name == 'pull_request'
|
if: always() && github.event_name == 'pull_request'
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
# pnpm 11 (pinned in panel/package.json via packageManager) requires
|
# pnpm 11 (pinned in panel/package.json via packageManager) requires
|
||||||
# Node >=22.13; Node 20 makes `pnpm install` fail the engines check.
|
# Node >=22.13; Node 20 makes `pnpm install` fail the engines check.
|
||||||
|
|||||||
Reference in New Issue
Block a user