Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 (#235) #405

Bump word-wrap from 1.2.3 to 1.2.4 (#235)

Bump word-wrap from 1.2.3 to 1.2.4 (#235) #405

Workflow file for this run

on: push
name: Jest Suite
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --ignore-optional --frozen-lockfile --non-interactive --check-files
# not technically a jest suite, but a build should pass too
- run: yarn build
- run: yarn jest:ci