Skip to content

Commit 896bdee

Browse files
committed
build: bump Node.js version to 20 in GitHub actions
1 parent d575e8b commit 896bdee

13 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/run_tests_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Pin action to full length commit SHA
112112
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
113113
with:
114-
node-version: '16' # 'lts/*'
114+
node-version: 20 # 'lts/*'
115115
timeout-minutes: 5
116116

117117
# Install dependencies (accounting for possible network failures, etc, when installing node module dependencies):

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_benchmark.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Pin action to full length commit SHA corresponding to v3.8.1
5050
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5151
with:
52-
node-version: 16
52+
node-version: 20
5353
timeout-minutes: 5
5454

5555
# Install dependencies:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_examples.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Pin action to full length commit SHA corresponding to v3.8.1
5050
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5151
with:
52-
node-version: 16
52+
node-version: 20
5353
timeout-minutes: 5
5454

5555
# Install dependencies:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_npm_downloads.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Pin action to full length commit SHA corresponding to v3.8.1
5555
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5656
with:
57-
node-version: 16
57+
node-version: 20
5858
timeout-minutes: 5
5959

6060
# Resolve package name:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_productionize.yml.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Pin action to full length commit SHA corresponding to v3.8.1
7272
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7373
with:
74-
node-version: 16
74+
node-version: 20
7575
timeout-minutes: 5
7676

7777
# Create production branch:
@@ -146,7 +146,7 @@ jobs:
146146
# Pin action to full length commit SHA corresponding to v3.8.1
147147
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
148148
with:
149-
node-version: 16
149+
node-version: 20
150150
timeout-minutes: 5
151151

152152
# Install dependencies:
@@ -259,7 +259,7 @@ jobs:
259259
# Pin action to full length commit SHA corresponding to v3.8.1
260260
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
261261
with:
262-
node-version: 16
262+
node-version: 20
263263
timeout-minutes: 5
264264

265265
# Install dependencies:
@@ -427,7 +427,7 @@ jobs:
427427
# Pin action to full length commit SHA corresponding to v3.8.1
428428
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
429429
with:
430-
node-version: 16
430+
node-version: 20
431431
timeout-minutes: 5
432432

433433
# Install dependencies:
@@ -609,7 +609,7 @@ jobs:
609609
# Pin action to full length commit SHA corresponding to v3.8.1
610610
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
611611
with:
612-
node-version: 16
612+
node-version: 20
613613
timeout-minutes: 5
614614

615615
# Install dependencies:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_productionize_cli.yml.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Pin action to full length commit SHA corresponding to v3.8.1
7171
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7272
with:
73-
node-version: 16
73+
node-version: 20
7474
timeout-minutes: 5
7575

7676
# Create production branch:
@@ -145,7 +145,7 @@ jobs:
145145
# Pin action to full length commit SHA corresponding to v3.8.1
146146
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
147147
with:
148-
node-version: 16
148+
node-version: 20
149149
timeout-minutes: 5
150150

151151
# Install dependencies:
@@ -258,7 +258,7 @@ jobs:
258258
# Pin action to full length commit SHA corresponding to v3.8.1
259259
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
260260
with:
261-
node-version: 16
261+
node-version: 20
262262
timeout-minutes: 5
263263

264264
# Install dependencies:
@@ -426,7 +426,7 @@ jobs:
426426
# Pin action to full length commit SHA corresponding to v3.8.1
427427
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
428428
with:
429-
node-version: 16
429+
node-version: 20
430430
timeout-minutes: 5
431431

432432
# Install dependencies:
@@ -607,7 +607,7 @@ jobs:
607607
# Pin action to full length commit SHA corresponding to v3.8.1
608608
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
609609
with:
610-
node-version: 16
610+
node-version: 20
611611
timeout-minutes: 5
612612

613613
# Install dependencies:
@@ -787,7 +787,7 @@ jobs:
787787
# Pin action to full length commit SHA corresponding to v3.8.1
788788
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
789789
with:
790-
node-version: 16
790+
node-version: 20
791791
timeout-minutes: 5
792792

793793
# Install dependencies:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_publish.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Pin action to full length commit SHA corresponding to v3.8.1
7070
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7171
with:
72-
node-version: 16
72+
node-version: 20
7373
timeout-minutes: 5
7474

7575
# Configure git:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_publish_cli.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Pin action to full length commit SHA corresponding to v3.8.1
7272
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7373
with:
74-
node-version: 16
74+
node-version: 20
7575
timeout-minutes: 5
7676

7777
# Configure git:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_publish_toplevel.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Pin action to full length commit SHA corresponding to v3.8.1
7070
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7171
with:
72-
node-version: 16
72+
node-version: 20
7373
timeout-minutes: 5
7474

7575
# Configure git:

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_test.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Pin action to full length commit SHA corresponding to v3.8.1
6767
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
6868
with:
69-
node-version: 16
69+
node-version: 20
7070
timeout-minutes: 5
7171

7272
# Install dependencies:

0 commit comments

Comments
 (0)