Skip to content

Update dependency typescript to v5.3.2 (#915) #355

Update dependency typescript to v5.3.2 (#915)

Update dependency typescript to v5.3.2 (#915) #355

Workflow file for this run

name: Test and Publish
on:
pull_request:
push:
branches: [main]
paths-ignore:
- 'README.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Bootstrap
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Lib Tests
run: npm test --workspaces