diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf24c62..ded8b10 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,20 +13,19 @@ jobs: packages: write steps: - name: ⬇️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: - version: 8 run_install: false - name: Install Dependencies diff --git a/package.json b/package.json index 24b229f..ee4363a 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,5 @@ "@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" }, - "packageManager": "pnpm@8.3.1" -} + "packageManager": "pnpm@9.5.0" +} \ No newline at end of file