diff --git a/.github/workflows/ci_antora.yml b/.github/workflows/ci_antora.yml index e09ef9785..8a5cbf75c 100644 --- a/.github/workflows/ci_antora.yml +++ b/.github/workflows/ci_antora.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version-file: ".node-version" - name: Install dependencies run: npm install - name: Run test script