Skip to content

fix: set crossorigin attribute on cropper image element (#1253) #163

fix: set crossorigin attribute on cropper image element (#1253)

fix: set crossorigin attribute on cropper image element (#1253) #163

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test