Skip to content

build(deps-dev): bump @playwright/browser-chromium from 1.40.0 to 1.40.1 #2873

build(deps-dev): bump @playwright/browser-chromium from 1.40.0 to 1.40.1

build(deps-dev): bump @playwright/browser-chromium from 1.40.0 to 1.40.1 #2873

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: npm i -g yarn@1
- run: yarn config set network-timeout 300000
- run: yarn --frozen-lockfile
- run: yarn test