From 80c4acd250735fd8be1d7091aee58ee3848bf236 Mon Sep 17 00:00:00 2001 From: Akhila Ariyachandra Date: Sun, 7 Jul 2024 23:03:09 +0530 Subject: [PATCH] Upgrades --- .github/workflows/quality.yaml | 8 +++----- package.json | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 1c47709..5b73fd2 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -15,13 +15,11 @@ jobs: node-version: [18] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "pnpm" diff --git a/package.json b/package.json index 37ac586..40d7bcb 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "author": "Akhila Ariyachandra ", "license": "MIT", "private": true, + "packageManager": "pnpm@9.4.0", "scripts": { "dev": "next dev", "prebuild": "content-collections build",