-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
Description
Node.js 14 is EoL.
build/ansible/roles/gn/vars/main.yml
Lines 9 to 12 in 612dcfe
| gn_select_compiler: "{{ compiler[os]|default(compiler[os|stripversion])|default('true') }}" | |
| # Pin gn for now so we can still build older versions of V8 in Node.js 14. | |
| # Refs: https://github.com/nodejs/node/pull/40689#issuecomment-956303875 | |
| gn_version: 69ec4fc |
mhdawson