diff --git a/.github/workflows/api-docs-lint.yml b/.github/workflows/api-docs-lint.yml index ad303c6..272f549 100644 --- a/.github/workflows/api-docs-lint.yml +++ b/.github/workflows/api-docs-lint.yml @@ -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