Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #121

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

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #121

Workflow file for this run

# Builds the package and runs all tests.
name: CI
on:
push:
branches-ignore:
- master
- develop
- release-*
jobs:
build:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install modules
run: npm ci --ignore-scripts
- name: Lint
run: npm run lint
- name: Test
run: npm run test