Skip to content

chore(deps): bump preact from 10.21.0 to 10.22.0 #27

chore(deps): bump preact from 10.21.0 to 10.22.0

chore(deps): bump preact from 10.21.0 to 10.22.0 #27

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