Skip to content

Fix bug which caused loading issues in certain edge cases #27

Fix bug which caused loading issues in certain edge cases

Fix bug which caused loading issues in certain edge cases #27

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x, 22.x ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
with:
version: ${{ matrix.node-version }}