Skip to content

Commit 7923c61

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 da35612 commit 7923c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/misc.yml

+1-1
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)