Skip to content

pls work

pls work #1

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/setup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/setup.yml

Invalid workflow file

`workflow-call` is not a valid event name
workflow-call:
inputs:
node-version:
description: 'Node.js version'
required: false
default: 18
permissions:
contents: read # to fetch code (actions/checkout)
env:
# We only install Chromium manually
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: actions/setup-node@v3
with:
node-version: ${{ github.event.inputs.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm playwright install chromium