Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #163

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #163

Workflow file for this run

# @format
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
node_version: [16.x, 12.x, 14.x]
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
registry-url: 'https://registry.yarnpkg.com'
- name: install
run: npm install
- name: install
run: cd jsExample && npm install
- name: test
run: npm run testJS