From 5e4c3923d073a3e61e3437a4de018b4007516df4 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Tue, 10 Oct 2023 13:39:23 +0200 Subject: [PATCH] ci: pin node-version to 18.17.1 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9358dba5a..e0e467830 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 @@ -89,7 +89,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 @@ -156,7 +156,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