From dc6fa15ddfb0ac7abec15d51995ef4c1808a0898 Mon Sep 17 00:00:00 2001 From: Suhun Han Date: Fri, 12 Jul 2024 11:30:55 +0900 Subject: [PATCH] chore: use node v20 by default, pnpm@9.5.0 --- .github/workflows/publish.yml | 9 ++++----- package.json | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) 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