From 13e28b4be52d6e52aba9d1459f9a1557642dbcdc Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Tue, 21 Mar 2023 20:03:03 +0200 Subject: [PATCH] Use `node-version-file` configuration for the CI --- .github/workflows/ci_antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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