Skip to content

Commit

Permalink
Update api-docs-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac Siri authored Dec 4, 2023
1 parent f5ea21e commit e8a8764
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api-docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ 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
cache: 'yarn'
- run: yarn
- run: yarn api-docs:lint

0 comments on commit e8a8764

Please sign in to comment.