Skip to content

fix(deps): update dependency @textlint/website-generator to ^0.18.0 #381

fix(deps): update dependency @textlint/website-generator to ^0.18.0

fix(deps): update dependency @textlint/website-generator to ^0.18.0 #381

Workflow file for this run

name: test
on: [push, pull_request]
env:
CI: true
jobs:
test:
name: "Test on Node.js ${{ matrix.node_version }}"
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ 20, 22, 24 ]
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: setup Node.js ${{ matrix.node_version }}
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
node_version: ${{ matrix.node_version }}
- name: Install
run: yarn install
- name: Test
run: yarn test