Skip to content

fix: [].push stack overflow if image data too big #26

fix: [].push stack overflow if image data too big

fix: [].push stack overflow if image data too big #26

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint