diff --git a/.github/workflows/ci_antora.yml b/.github/workflows/ci_antora.yml index 03c6bce4b..c1d565a3e 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