Try to slow down upload cache

This commit is contained in:
Alex Rodionov 2023-01-10 16:20:36 -08:00
parent 0753213107
commit 74154140df
8 changed files with 473 additions and 218 deletions

View file

@ -3,6 +3,9 @@
"version": "0.1.0",
"description": "Install and configure Bazel for GitHub Actions",
"main": "index.js",
"engines" : {
"node" : "16.x"
},
"scripts": {
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
"test": "echo \"Error: no test specified\" && exit 1"