Skip to content

Merge pull request #806 from fczbkk/dependabot/npm_and_yarn/types/nod… #261

Merge pull request #806 from fczbkk/dependabot/npm_and_yarn/types/nod…

Merge pull request #806 from fczbkk/dependabot/npm_and_yarn/types/nod… #261

Workflow file for this run

name: library-test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npx playwright install
- run: npm test