From 240fa73651caf2c0d6637c960d2cd6c70fdce34f Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 4 Dec 2024 12:11:25 +0100 Subject: [PATCH] CI: Fix typo --- .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 eaf83271a..48cb99d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Install Node.js 16 run: | - DOWNLOAD_TOOL https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz + $DOWNLOAD_TOOL https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz tar -xf node-v16.20.2-linux-x64.tar.xz PATH="$(pwd)/node-v16.20.2-linux-x64/bin:$PATH" node --version