From 1f87efd868705c0526e3d2289734273cbfd51486 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Tue, 21 Mar 2023 22:50:35 +0200 Subject: [PATCH] Use `node-version-file` configuration for the CI (#119) --- .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 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