Skip to content

chore(deps-dev): bump the npm-development-minor-patch group across 1 directory with 5 updates #63

chore(deps-dev): bump the npm-development-minor-patch group across 1 directory with 5 updates

chore(deps-dev): bump the npm-development-minor-patch group across 1 directory with 5 updates #63

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: CI
run: npm run ci