Skip to content

Bump playwright from 1.39.0-jammy to v1.40.0-jammy #11

Bump playwright from 1.39.0-jammy to v1.40.0-jammy

Bump playwright from 1.39.0-jammy to v1.40.0-jammy #11

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Node.js setup'
uses: actions/setup-node@v3
with:
node-version: 21
- name: 'Install dependencies'
run: yarn install
- name: 'Run Prettier'
run: yarn format:check
Build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Node.js setup'
uses: actions/setup-node@v3
with:
node-version: 21
- name: 'Install dependencies'
run: yarn install
- name: 'Build'
run: |
yarn run build
Licenses:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Node.js setup'
uses: actions/setup-node@v3
with:
node-version: 21
- name: 'Install license-checker'
run: npm install -g license-checker
- name: 'Check licenses'
run: license-checker --production --onlyAllow "MIT;ISC;BSD-2-Clause;BSD-3-Clause;Apache-2.0;(MIT OR WTFPL);Apache*;0BSD" --excludePrivatePackages