Skip to content

Update all (major) #1888

Update all (major)

Update all (major) #1888

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node-version: [22.x]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test