Skip to content

Commit c6ac93b

Browse files
author
Mac Siri
authored
Update api-docs-lint.yml (#123)
1 parent f5ea21e commit c6ac93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api-docs-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Use Node.js 16.14.2
14+
- name: Use Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16.14.2
17+
node-version-file: '.node-version'
1818
cache: 'yarn'
1919
- run: yarn
2020
- run: yarn api-docs:lint

0 commit comments

Comments
 (0)