Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-11-23 19:12:38 +0300
committerRichard Lau <rlau@redhat.com>2021-11-25 20:16:08 +0300
commit7923c61a62d67190054dac9626433a14c00da467 (patch)
tree0be9cd0be497621394e5397e70cc32c66338e2a6 /.github
parentda356128fb22213482b6ebafe27b5554916a8283 (diff)
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: https://github.com/nodejs/node/pull/40939 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/misc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/misc.yml b/.github/workflows/misc.yml
index a7366f4d047..a47b13e299d 100644
--- a/.github/workflows/misc.yml
+++ b/.github/workflows/misc.yml
@@ -11,7 +11,7 @@ on:
- v[0-9]+.x
env:
- NODE_VERSION: lts/*
+ NODE_VERSION: 14
jobs:
build-docs: