Skip to content

Commit 2a69883

Browse files
committed
build: update Node.js version
1 parent 527a859 commit 2a69883

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Pin action to full length commit SHA corresponding to v3.8.1
7979
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
8080
with:
81-
node-version: '16' # 'lts/*'
81+
node-version: '20' # 'lts/*'
8282
timeout-minutes: 5
8383

8484
# Print debug info:

.github/workflows/lint_changed_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Pin action to full length commit SHA corresponding to v3.8.1
6565
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
6666
with:
67-
node-version: '16' # 'lts/*'
67+
node-version: '20' # 'lts/*'
6868
timeout-minutes: 5
6969

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

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Pin action to full length commit SHA corresponding to v3.8.1
103103
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
104104
with:
105-
node-version: '16' # 'lts/*'
105+
node-version: '20' # 'lts/*'
106106
timeout-minutes: 5
107107

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

0 commit comments

Comments
 (0)