diff --git a/package.json b/package.json index b8df3da..93a9b44 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@moonrepo/setup-rust", - "version": "0.4.1", + "version": "0.4.3", "description": "A GitHub action for setting up Rust and Cargo.", "main": "dist/index.js", "scripts": { "build": "ncc build ./index.ts && ncc build ./post.ts --out ./dist/post", - "check": "npm run lint && npm run typecheck", + "check": "pnpm run lint && pnpm run typecheck", "lint": "eslint --ext .ts,.js --fix .", "typecheck": "tsc --noEmit" },