From a7eeaf851d714adbbfa764943e2e8973d97405d3 Mon Sep 17 00:00:00 2001 From: Marielle Volz Date: Thu, 7 Mar 2024 12:57:17 +0000 Subject: [PATCH] Update ci.yml Keep language more similar --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f3a917..b3b3bb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - run: git submodule update --init --depth=1 modules/zotero-schema - run: git submodule update --init --depth=1 modules/translators - - name: Use Node.js ${{ matrix.node-version }} + - name: Install Node ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }}