Skip to content

Add Cookie Policy in editor #718

Add Cookie Policy in editor

Add Cookie Policy in editor #718

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, 20]
# 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@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build -- --ignore "@dicebear/@(docs|editor)"
- run: npm run test