Skip to content

fix(deps): update dependency textlint-rule-helper to ^2.3.0 #53

fix(deps): update dependency textlint-rule-helper to ^2.3.0

fix(deps): update dependency textlint-rule-helper to ^2.3.0 #53

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: "Test on Node.js ${{ matrix.node-version }}"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14]
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: yarn install
- name: Test
run: yarn test