diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e3f312..0ca699d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: # pulls all commits (needed for lerna / semantic release to correctly version) fetch-depth: '0' - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc'