From db37ea24c14b42861d4ecb141952ab24b484b8f2 Mon Sep 17 00:00:00 2001 From: Maratth Date: Fri, 1 Mar 2024 23:03:13 +0100 Subject: [PATCH] Fix name of github action --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0d1f434..e6d04d2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,7 +23,7 @@ jobs: isc_password: "masterkey" enable_legacy_client_auth: "true" - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}