Skip to content

Commit

Permalink
Update api-docs-lint.yml (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac Siri authored Dec 6, 2023
1 parent f5ea21e commit c6ac93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.14.2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version-file: '.node-version'
cache: 'yarn'
- run: yarn
- run: yarn api-docs:lint

0 comments on commit c6ac93b

Please sign in to comment.