Skip to content

Commit 9dc3a56

Browse files
committed
build: update Node.js version
1 parent 2a69883 commit 9dc3a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

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' # 'lts/*'
69+
node-version: '20' # 'lts/*'
7070
timeout-minutes: 5
7171

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

0 commit comments

Comments
 (0)