diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b0f90c0..61790be 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -11,15 +11,15 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup Node.js v18.x + - name: Setup Node.js v20.x uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - - name: Install pnpm v8.x + - name: Install pnpm v9.x uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Install deps run: pnpm i diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 681a9b9..2fd065c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,15 +20,15 @@ jobs: with: fetch-depth: 0 - - name: Setup Node.js v18.x + - name: Setup Node.js v20.x uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - - name: Install pnpm v8.x + - name: Install pnpm v9.x uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: setting token of private npm registry run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37f101b..6f4c756 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,15 +11,15 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup Node.js v18.x + - name: Setup Node.js v20.x uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - - name: Install pnpm v8.x + - name: Install pnpm v9.x uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Install deps run: pnpm i diff --git a/package.json b/package.json index 22c46ea..023dff1 100644 --- a/package.json +++ b/package.json @@ -73,10 +73,10 @@ "stylelint": "^15", "typescript": "^5" }, - "packageManager": "pnpm@8.12.1", + "packageManager": "pnpm@9.2.0", "engines": { - "node": ">=18.12.0", - "pnpm": ">=8.1.0" + "node": ">=20.11.0", + "pnpm": ">=9.2.0" }, "authors": [ {