Skip to content

Commit

Permalink
build: pin build-docs workflow to Node.js 14
Browse files Browse the repository at this point in the history
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 <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
richardlau committed Nov 25, 2021
1 parent da35612 commit 7923c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/misc.yml
Expand Up @@ -11,7 +11,7 @@ on:
- v[0-9]+.x

env:
NODE_VERSION: lts/*
NODE_VERSION: 14

jobs:
build-docs:
Expand Down

0 comments on commit 7923c61

Please sign in to comment.