From aa310e4af010249adf44fb46d1827b91a44d571b Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 9 Apr 2021 21:19:58 +0200 Subject: [PATCH] chore: fix web ci --- .github/workflows/ci-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-website.yml b/.github/workflows/ci-website.yml index f90caa029..576894e1c 100644 --- a/.github/workflows/ci-website.yml +++ b/.github/workflows/ci-website.yml @@ -26,7 +26,7 @@ jobs: with: node-version: ${{ matrix.node_version }} - name: Install pnpm - run: sudo npm i -g pnpm + run: curl -f https://get.pnpm.io/v6.js | node - add --global pnpm - name: Install run: pnpm recursive install - name: Format