From 05e4b1dfb3eea21ba8765604dad1a06a02cdc48d Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 2 Jan 2024 09:55:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Update=20size=20limit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check-size/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-size/index.js b/check-size/index.js index 08ba117..8e4d5a6 100644 --- a/check-size/index.js +++ b/check-size/index.js @@ -7,7 +7,7 @@ const core = require('@actions/core'); // 🔎 Settings: const dir = '../static/library'; -const sizeLimit = 25000; // 20kb; +const sizeLimit = 20000; // 20kb; function convertBytes(bytes, format = 'KB') { if (format === 'KB') {