Skip to content

chore(deps-dev): bump @playwright/test from 1.45.1 to 1.50.0 #415

chore(deps-dev): bump @playwright/test from 1.45.1 to 1.50.0

chore(deps-dev): bump @playwright/test from 1.45.1 to 1.50.0 #415

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.0
cache: 'npm'
- run: npm ci
- run: make lint
- run: make test-ci
env:
LANG: ja_JP.UTF-8