From c6ac93b23958b70dd0c8e17298bfd6dd99f0921d Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Wed, 6 Dec 2023 10:40:05 -0500 Subject: [PATCH] Update api-docs-lint.yml (#123) --- .github/workflows/api-docs-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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