From c3bbb91f23326a4af55f0016076524082a797494 Mon Sep 17 00:00:00 2001 From: Seth Landry Date: Sun, 12 Jan 2025 10:52:54 -0600 Subject: [PATCH 1/3] Update .licensed.yml --- .licensed.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.licensed.yml b/.licensed.yml index e97382c4d..3c3b1fe97 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -12,4 +12,7 @@ allowed: - unlicense reviewed: - npm: \ No newline at end of file + npm: + - name: Setup Node.js environment + uses: actions/setup-node@v4.1.0 + From 8a9a9cf45c10ab6f30486a5874772ddbb5e88de3 Mon Sep 17 00:00:00 2001 From: Seth Landry Date: Sun, 12 Jan 2025 10:54:31 -0600 Subject: [PATCH 2/3] Update .licensed.yml --- .licensed.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.licensed.yml b/.licensed.yml index 3c3b1fe97..2f370ae19 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -13,6 +13,5 @@ allowed: reviewed: npm: - - name: Setup Node.js environment - uses: actions/setup-node@v4.1.0 - + - name: Setup Node.js environment + uses: actions/setup-node@v4.1.0 From c85ef636844cce08ad8714798bcc7c77d9e76844 Mon Sep 17 00:00:00 2001 From: Seth Landry Date: Sun, 12 Jan 2025 10:56:17 -0600 Subject: [PATCH 3/3] Update .licensed.yml