Skip to content

Bump preact from 10.13.0 to 10.14.0 #494

Bump preact from 10.13.0 to 10.14.0

Bump preact from 10.13.0 to 10.14.0 #494

Workflow file for this run

name: Verify
on:
push:
branches:
- master
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'
- name: npm install, build, and test
run: |
npm ci
npm run lint
npm run build.lib
npm run test
npm run size
env:
CI: true