Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Bump word-wrap from 1.2.3 to 1.2.4 #9

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #9

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Lint and tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 12
- 14
- 16
architecture:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
architecture: ${{ matrix.architecture }}
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn test