Content-Length: 2816 | pFad | http://github.com/TheAlgorithms/JavaScript/pull/1657.patch
thub.com
From da11bba81781a1d6c52b1fcfa0046b9377f07470 Mon Sep 17 00:00:00 2001
From: Christian Clauss
Date: Sun, 5 May 2024 21:13:33 +0200
Subject: [PATCH 1/4] GitHub Actions: Test on the current version of Node.js
---
.github/workflows/Ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/Ci.yml b/.github/workflows/Ci.yml
index 571b8a0fa8..99e8f7831f 100644
--- a/.github/workflows/Ci.yml
+++ b/.github/workflows/Ci.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: 20
+ node-version: 22
cache: npm
- name: 📦 Install dependencies
From 4be356ea64e3666980b61d7f77997fbade876572 Mon Sep 17 00:00:00 2001
From: cclauss
Date: Sun, 5 May 2024 19:13:50 +0000
Subject: [PATCH 2/4] Updated Documentation in README.md
---
DIRECTORY.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/DIRECTORY.md b/DIRECTORY.md
index 59f6273bf2..6c1fa7aeb8 100644
--- a/DIRECTORY.md
+++ b/DIRECTORY.md
@@ -397,6 +397,7 @@
* **Timing-Functions**
* [GetMonthDays](Timing-Functions/GetMonthDays.js)
* [IntervalTimer](Timing-Functions/IntervalTimer.js)
+ * [ParseDate](Timing-Functions/ParseDate.js)
* **Trees**
* [BreadthFirstTreeTraversal](Trees/BreadthFirstTreeTraversal.js)
* [DepthFirstSearch](Trees/DepthFirstSearch.js)
From ada2783132c48b0eac9c5825b3577975d8002235 Mon Sep 17 00:00:00 2001
From: Christian Clauss
Date: Sun, 5 May 2024 21:20:41 +0200
Subject: [PATCH 3/4] Node.js v22
---
.github/workflows/UpdateDirectory.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/UpdateDirectory.yml b/.github/workflows/UpdateDirectory.yml
index cb649e1c8b..437ab55b91 100644
--- a/.github/workflows/UpdateDirectory.yml
+++ b/.github/workflows/UpdateDirectory.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: 20
+ node-version: 22
cache: npm
- name: 📦 Install dependencies
From 5e8b86b9d0ba6a86c94d49bde2a522f8d54aab5e Mon Sep 17 00:00:00 2001
From: Christian Clauss
Date: Sun, 5 May 2024 21:21:11 +0200
Subject: [PATCH 4/4] Node.js v22
---
.github/workflows/UploadCoverageReport.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/UploadCoverageReport.yml b/.github/workflows/UploadCoverageReport.yml
index 4dcad584bf..eee9d4aec9 100644
--- a/.github/workflows/UploadCoverageReport.yml
+++ b/.github/workflows/UploadCoverageReport.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: 20
+ node-version: 22
cache: npm
- name: Install dependencies
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/TheAlgorithms/JavaScript/pull/1657.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy