Files
bun.sh/.github/actions/cache/package.json
2024-04-22 17:24:33 -07:00

12 lines
255 B
JSON

{
"name": "cache",
"module": "action.mjs",
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1"
},
"scripts": {
"build": "bun build --target=node --outdir dist action.mjs restore/action.mjs save/action.mjs"
}
}