Skip to content

fix: Preserve node and asset URIs in Editable for link editor #14

fix: Preserve node and asset URIs in Editable for link editor

fix: Preserve node and asset URIs in Editable for link editor #14

Workflow file for this run

name: Test
on:
push:
branches:
- main
- next
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: yarn
- run: yarn install
- run: yarn test