Skip to content

⬆️ Bump word-wrap from 1.2.3 to 1.2.4 #11

⬆️ Bump word-wrap from 1.2.3 to 1.2.4

⬆️ Bump word-wrap from 1.2.3 to 1.2.4 #11

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Run tests and collect coverage
run: yarn test:cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3