Skip to content

build(deps-dev): bump jsdom from 25.0.0 to 25.0.1 #50

build(deps-dev): bump jsdom from 25.0.0 to 25.0.1

build(deps-dev): bump jsdom from 25.0.0 to 25.0.1 #50

Workflow file for this run

name: PR
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types: [opened, reopened]
jobs:
test:
name: test
timeout-minutes: 5
permissions:
contents: read
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.46.1-jammy
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/deps
name: Install
- uses: ./.github/actions/test
name: Test
- uses: ./.github/actions/playwright
name: Test e2e