diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 472f0e21..30656c47 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -49,7 +49,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml
index a56e5dd4..c92f5c44 100644
--- a/.github/workflows/examples.yml
+++ b/.github/workflows/examples.yml
@@ -49,7 +49,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml
index b860ae1d..19d966ad 100644
--- a/.github/workflows/npm_downloads.yml
+++ b/.github/workflows/npm_downloads.yml
@@ -54,7 +54,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Resolve package name:
diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml
index af028573..e1e35396 100644
--- a/.github/workflows/productionize.yml
+++ b/.github/workflows/productionize.yml
@@ -71,7 +71,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Create production branch:
@@ -146,7 +146,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
@@ -259,7 +259,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
@@ -427,7 +427,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
@@ -609,7 +609,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 165130d6..4a7093fe 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -69,7 +69,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Configure git:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f87532e1..aa9002f6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
diff --git a/.github/workflows/test_bundles.yml b/.github/workflows/test_bundles.yml
index 70d3b4e7..4c304923 100644
--- a/.github/workflows/test_bundles.yml
+++ b/.github/workflows/test_bundles.yml
@@ -59,7 +59,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 17
+ node-version: 20
# Try loading the UMD bundle:
- name: 'Try loading UMD bundle'
@@ -126,7 +126,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 17
+ node-version: 20
# Try loading the ES module bundle:
- name: 'Try loading ESM'
diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml
index fed6eb5e..25dcbeff 100644
--- a/.github/workflows/test_coverage.yml
+++ b/.github/workflows/test_coverage.yml
@@ -54,7 +54,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml
index 5886bd23..8d2fa15b 100644
--- a/.github/workflows/test_install.yml
+++ b/.github/workflows/test_install.yml
@@ -66,7 +66,7 @@ jobs:
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
- node-version: 16
+ node-version: 20
timeout-minutes: 5
# Install dependencies:
diff --git a/base/for-each/README.md b/base/for-each/README.md
index e3f4c34c..0d40585d 100644
--- a/base/for-each/README.md
+++ b/base/for-each/README.md
@@ -133,6 +133,14 @@ forEach( '\uD834\uDD1E', log );
@@ -141,6 +149,16 @@ forEach( '\uD834\uDD1E', log );
+
+
+[@stdlib/string/base/for-each-code-point]: https://github.com/stdlib-js/string/tree/main/base/for-each-code-point
+
+[@stdlib/string/base/for-each-grapheme-cluster]: https://github.com/stdlib-js/string/tree/main/base/for-each-grapheme-cluster
+
+[@stdlib/string/for-each]: https://github.com/stdlib-js/string/tree/main/for-each
+
+
+