From fc496b70d845e826c7e23d1d849383b4a079c48f Mon Sep 17 00:00:00 2001 From: Baptiste Girardeau Date: Mon, 24 Jun 2024 15:34:52 +0200 Subject: [PATCH] build: provide packageManager version for corepack --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 467a2f8..a42e096 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "GitHub action for cache-efficient Rust crates installation", "author": "baptiste0928", "license": "ISC", + "packageManager": "pnpm@9.4.0", "scripts": { "check": "tsc", "lint": "eslint src",