Skip to content

Commit fb0af94

Browse files
committed
build: pin build-docs workflow to Node.js 14
The build-docs workflow runs tests which means it is sensitive to globals and can fail if the `node` running the test has a different set of globals to that expected by `test/common`. PR-URL: #40939 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 233279d commit fb0af94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- v[0-9]+.x
1212

1313
env:
14-
NODE_VERSION: lts/*
14+
NODE_VERSION: 14
1515

1616
jobs:
1717
build-docs:

0 commit comments

Comments
 (0)