ci: run docs linting step on node 18

This commit is contained in:
Daniel Roe 2023-03-28 11:27:28 +01:00
parent 72724076b0
commit 1ae5b2c58b
1 changed files with 2 additions and 7 deletions

View File

@ -16,19 +16,14 @@ on:
jobs:
lint-docs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: 18
cache: "pnpm"
- name: Install dependencies