Skip to content

build(deps): bump preact from 10.7.1 to 10.24.1 #1299

build(deps): bump preact from 10.7.1 to 10.24.1

build(deps): bump preact from 10.7.1 to 10.24.1 #1299

Workflow file for this run

name: CI workflow
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Run ESLint
run: npm run lint
- name: Run typecheck
run: npm run types -- --noEmit
- name: Run Tests
run: npm run test:coverage
- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v1