Skip to content

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

on: [push]
name: Tests
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install root project dependencies
run: npm install
- name: Build and run tests
run: npm test