From 902b48f4c49633c73eef6cb1f9a593b765fc8ea9 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Wed, 6 Dec 2023 10:39:11 -0500 Subject: [PATCH] Use node-version-file --- .github/workflows/api-docs-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-docs-lint.yml b/.github/workflows/api-docs-lint.yml index ff27703..272f549 100644 --- a/.github/workflows/api-docs-lint.yml +++ b/.github/workflows/api-docs-lint.yml @@ -14,6 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: + node-version-file: '.node-version' cache: 'yarn' - run: yarn - run: yarn api-docs:lint