Skip to content

Bug 2280600: Bump braces package to address CVE #1276

Bug 2280600: Bump braces package to address CVE

Bug 2280600: Bump braces package to address CVE #1276

Workflow file for this run

name: Check yarn ci
on:
pull_request:
push:
branches:
- master
jobs:
tests:
name: Yarn CI
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn ci