From 04d50a7949853d0cb2d9b25d78f01d5f4631d819 Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Fri, 6 Oct 2023 02:53:47 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=93=8C=20Pin=20Node=20Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> --- .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 9358dba5a..3f96982bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 'lts/*' + node-version: '18.17.1' - name: Read ipfs-webui CID from package.json id: read-webui-version