diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 482ecfe..d95b838 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -30,6 +30,11 @@ jobs: node-version: 'lts/*' cache: 'pnpm' + # Avoid Node.js bug with long filenames on Windows + # https://github.com/nodejs/node/issues/50753 + - run: echo 'node-linker=hoisted' > ./.npmrc + shell: bash + - name: Install dependencies run: pnpm install - name: psql