Skip to content

[Snyk] Upgrade @types/he from 1.1.2 to 1.2.1 #749

[Snyk] Upgrade @types/he from 1.1.2 to 1.2.1

[Snyk] Upgrade @types/he from 1.1.2 to 1.2.1 #749

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: Get Source Code
uses: actions/checkout@v2
- name: Restore Dependencies
run: npm ci
- name: Build
run: npm run all