Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

ad node types

ad node types #94

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
# Windows fix. See https://github.com/actions/checkout/issues/226
- run: git config --global core.autocrlf false
- uses: actions/checkout@v6
# todo remove once fixed https://github.com/actions/setup-node/issues/531
- run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 22
- run: yarn install --immutable
- run: yarn check
- run: yarn build