Skip to content

chore(deps): update textlint to ^14.0.4 #83

chore(deps): update textlint to ^14.0.4

chore(deps): update textlint to ^14.0.4 #83

Workflow file for this run

name: "test"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18 ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm test