Skip to content

Bump prettier from 3.5.3 to 3.7.3 #327

Bump prettier from 3.5.3 to 3.7.3

Bump prettier from 3.5.3 to 3.7.3 #327

Workflow file for this run

name: Argos CI Screenshots
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
take-screenshots:
name: Take Screenshots and Upload to Argos
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Build the website
run: npm run build
- name: Take screenshots with Playwright
run: npm run argos:screenshot
- name: Upload screenshots to Argos
run: npx argos upload ./screenshots