Skip to content

build(deps-dev): bump @playwright/test from 1.47.2 to 1.48.0 #1025

build(deps-dev): bump @playwright/test from 1.47.2 to 1.48.0

build(deps-dev): bump @playwright/test from 1.47.2 to 1.48.0 #1025

Workflow file for this run

name: Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
TZ: 'Asia/Tokyo'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 20
- name: Install modules
run: npm ci
- name: Run testing
run: npm test