Skip to content

chore(deps): bump preact from 10.21.0 to 10.22.1 #35

chore(deps): bump preact from 10.21.0 to 10.22.1

chore(deps): bump preact from 10.21.0 to 10.22.1 #35

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test