Skip to content

chore(deps/npm): bump word-wrap from 1.2.3 to 1.2.4 #47

chore(deps/npm): bump word-wrap from 1.2.3 to 1.2.4

chore(deps/npm): bump word-wrap from 1.2.3 to 1.2.4 #47

Workflow file for this run

name: Node CI
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, latest]
steps:
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: npm ci
- name: Lint
run: npm run lint