Skip to content

Revert "Bug 2216833 - Bump word-wrap to 1.2.6" #1252

Revert "Bug 2216833 - Bump word-wrap to 1.2.6"

Revert "Bug 2216833 - Bump word-wrap to 1.2.6" #1252

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