Skip to content

Bump @types/node from 25.3.0 to 25.3.1 #828

Bump @types/node from 25.3.0 to 25.3.1

Bump @types/node from 25.3.0 to 25.3.1 #828

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: ["main", "1.x"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22, 24, 25]
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm verify
- name: Coveralls
if: matrix.node-version == 24
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-browser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: "24.13.0"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- name: Install Playwright Chromium
run: pnpm playwright:install
- run: pnpm test:browser