Skip to content

Commit 872c93e

Browse files
committed
build: Bump version.
1 parent 0027d39 commit 872c93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@moonrepo/setup-rust",
3-
"version": "0.4.1",
3+
"version": "0.4.3",
44
"description": "A GitHub action for setting up Rust and Cargo.",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "ncc build ./index.ts && ncc build ./post.ts --out ./dist/post",
8-
"check": "npm run lint && npm run typecheck",
8+
"check": "pnpm run lint && pnpm run typecheck",
99
"lint": "eslint --ext .ts,.js --fix .",
1010
"typecheck": "tsc --noEmit"
1111
},

0 commit comments

Comments
 (0)