Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #545

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #545

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 22
- name: npm install
run: npm install
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
env:
CI: true