Skip to content

Fix: Generated types #592

Fix: Generated types

Fix: Generated types #592

Workflow file for this run

name: Test
on:
push:
branches:
- '*.x'
pull_request:
branches:
- '*.x'
workflow_call: {}
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build -- --ignore "@dicebear/@(website|editor)"
- run: npm run test