Skip to content

fix: Remove vulnerabilities CVE-2022-38900 and CVE-2023-26920. #31

fix: Remove vulnerabilities CVE-2022-38900 and CVE-2023-26920.

fix: Remove vulnerabilities CVE-2022-38900 and CVE-2023-26920. #31

Workflow file for this run

name: Lint Workspaces
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: use node 12.x
uses: actions/setup-node@v2-beta
with:
node-version: 12.x
- uses: actions/cache@v2
with:
path: .yarn/cache
key: windows-latest-node12.x-yarn-${{ hashFiles('**/yarn.lock') }}
- name: yarn
run: yarn --immutable
- name: yarn lint
run: yarn lint