From 397acbe855d3ce08f5c296958146f0f246c177fd Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Sun, 29 Sep 2024 17:53:53 -0700 Subject: [PATCH] ci: use hoisted mode for e2e test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9baa7bb8b..81762e3ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 + - run: echo "node-linker = hoisted" >> .npmrc - uses: actions/setup-node@v4 with: node-version: ${{ matrix.version }}