Skip to content

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 #310

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 #310

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Test Compilation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install packages
run: npm ci
- name: Fetch data
run: npm run fetch
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests (build is okay)
run: npm run build