mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
ci: run docs linting step on node 18
This commit is contained in:
parent
72724076b0
commit
1ae5b2c58b
9
.github/workflows/docs.yml
vendored
9
.github/workflows/docs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user