From febf471eba5a68b33d610c975d2a4fc5c449f3d2 Mon Sep 17 00:00:00 2001 From: Stephen Wen Date: Wed, 2 Oct 2024 00:27:30 -0700 Subject: [PATCH] fix: remove not needed inputs --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 13048ed..e40b37c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Templates for Side librairies github actions | ---------------------- | ------------------------------------------------ | --------- | -------------------- | | NODE_VERSION | string | 18.x | `false` | | TIMEOUT | number | 15 | `false` | -| PACKAGE_MANAGER | string | yarn-berry | `false` | | ENABLE_TYPES_CHECK | boolean | false | `false` | | ENABLE_FORMAT_CHECK | boolean | false | `false` | | ENABLE_SIZE_LIMIT_CHECK | boolean | false | `false` | @@ -43,7 +42,6 @@ Templates for Side librairies github actions | ---------------------- | ------------------------------------------------ | --------- | -------------------- | | NODE_VERSION | string | 18.x | `false` | | TIMEOUT | number | 15 | `false` | -| PACKAGE_MANAGER | string | yarn-berry | `false` | | ENABLE_TYPES_CHECK | boolean | false | `false` | | ENABLE_FORMAT_CHECK | boolean | false | `false` | | ENABLE_SIZE_LIMIT_CHECK | boolean | false | `false` |