diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 60bde52c..03780a3c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -14,7 +14,8 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: 14 + node-version: '18' + npm-version: '7' - name: Update npm and clear cache run: | diff --git a/src/routes/Ipfs.svelte b/src/routes/Ipfs.svelte index ce4f0fb5..f185636c 100644 --- a/src/routes/Ipfs.svelte +++ b/src/routes/Ipfs.svelte @@ -1,17 +1,64 @@