Skip to content

Update dependency sharp to ^0.32.0 [SECURITY] - autoclosed #1189

Update dependency sharp to ^0.32.0 [SECURITY] - autoclosed

Update dependency sharp to ^0.32.0 [SECURITY] - autoclosed #1189

Workflow file for this run

name: CI
on:
push:
branches: [v2021]
pull_request:
branches: [v2021]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- run: yarn run build
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- run: yarn run lint
typecheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- run: yarn run typecheck