Revert "new: Delete cache older than 14 days."

This reverts commit 0716d005db.
This commit is contained in:
Miles Johnson 2023-04-18 11:19:47 -07:00
parent 0716d005db
commit 0027d396fa
4 changed files with 4 additions and 21 deletions

View file

@ -1,11 +1,11 @@
{
"name": "@moonrepo/setup-rust",
"version": "0.4.2",
"version": "0.4.1",
"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": "pnpm run lint && pnpm run typecheck",
"check": "npm run lint && npm run typecheck",
"lint": "eslint --ext .ts,.js --fix .",
"typecheck": "tsc --noEmit"
},