Skip to content

Update dependency @types/node to v22.10.9 #1135

Update dependency @types/node to v22.10.9

Update dependency @types/node to v22.10.9 #1135

Workflow file for this run

name: Build and Test
on:
pull_request:
branches: [main, 4.0]
push:
branches: [main, 4.0]
paths-ignore:
- 'README.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Bootstrap
run: npm ci
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
- name: Build and Test Packages
run: npm test