Skip to content

Merge pull request #396 from preactjs/chore/bump-preact #551

Merge pull request #396 from preactjs/chore/bump-preact

Merge pull request #396 from preactjs/chore/bump-preact #551

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches:
- '**'
push:
branches:
- main
jobs:
build_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- run: npm ci
- name: test
run: npm run test