diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37f10c9a3..b1d7ee3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,15 +13,18 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 100 + fetch-tags: true - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: 'pnpm' - name: Install