Skip to content

build(deps-dev): bump happy-dom from 6.0.4 to 15.10.2 #71

build(deps-dev): bump happy-dom from 6.0.4 to 15.10.2

build(deps-dev): bump happy-dom from 6.0.4 to 15.10.2 #71

Workflow file for this run

name : Typechecking
on :
push :
branches :
- main
paths :
- '**.ts'
- '**.vue'
- '**/tsconfig.json'
- 'yarn.lock'
- '.github/workflows/typechecking.yml'
pull_request :
paths :
- '**.ts'
- '**.vue'
- '**/tsconfig.json'
- 'yarn.lock'
- '.github/workflows/typechecking.yml'
defaults :
run :
shell : 'bash'
jobs :
typescript :
runs-on : ubuntu-latest
steps :
- uses : actions/checkout@v2
- uses : actions/setup-node@v2
with :
node-version : 16 # Need for npm >=7.7
cache : 'yarn'
# TODO: Install not all dependencies, but only those required for this workflow
- name : Install dependencies
run : yarn install
- run : yarn run typecheck