Skip to content

chore: Allow Svelte 5 dependency #67

chore: Allow Svelte 5 dependency

chore: Allow Svelte 5 dependency #67

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm run test