Skip to content

Commit 78768ca

Browse files
committed
build: install latest Node.js LTS release in workflows
1 parent dd9ad18 commit 78768ca

18 files changed

+18
-18
lines changed

.github/workflows/markdown_equations.yml

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
7272
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7373
with:
74-
node-version: '16' # 'lts/*'
74+
node-version: '20' # 'lts/*'
7575
timeout-minutes: 5
7676

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

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Pin action to full length commit SHA
100100
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
101101
with:
102-
node-version: '16' # 'lts/*'
102+
node-version: '20' # 'lts/*'
103103
timeout-minutes: 5
104104

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

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Pin action to full length commit SHA
7878
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7979
with:
80-
node-version: '16' # 'lts/*'
80+
node-version: '20' # 'lts/*'
8181
timeout-minutes: 5
8282

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

.github/workflows/markdown_tocs.yml

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
7272
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7373
with:
74-
node-version: '16' # 'lts/*'
74+
node-version: '20' # 'lts/*'
7575
timeout-minutes: 5
7676

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

.github/workflows/namespace_declarations.yml

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
7272
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7373
with:
74-
node-version: '16' # 'lts/*'
74+
node-version: '20' # 'lts/*'
7575
timeout-minutes: 5
7676

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

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Pin action to full length commit SHA
6868
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
6969
with:
70-
node-version: '16' # 'lts/*'
70+
node-version: '20' # 'lts/*'
7171
timeout-minutes: 5
7272

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

.github/workflows/run_affected_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Pin action to full length commit SHA
7676
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7777
with:
78-
node-version: '16' # 'lts/*'
78+
node-version: '20' # 'lts/*'
7979
timeout-minutes: 5
8080

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

.github/workflows/run_affected_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Pin action to full length commit SHA
7777
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7878
with:
79-
node-version: '16' # 'lts/*'
79+
node-version: '20' # 'lts/*'
8080
timeout-minutes: 5
8181

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

.github/workflows/run_affected_tests.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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
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):

.github/workflows/standalone_keepalive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# Pin action to full length commit SHA
9393
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
9494
with:
95-
node-version: '16' # 'lts/*'
95+
node-version: '20' # 'lts/*'
9696
timeout-minutes: 5
9797

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

0 commit comments

Comments
 (0)