mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
12 lines
255 B
JSON
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"
|
|
}
|
|
}
|