nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

chore: Use Node 16.x in CI #198

Closed rzhao271 closed 1 year ago

rzhao271 commented 1 year ago

Node 14.x reached EOL two months ago, which is also around when the tests started to fail. The tests ran fine locally for me, but then I noticed that the CI file was still using Node 14.

rzhao271 commented 1 year ago

Hi @cclauss, could this change be merged, followed by https://github.com/nodejs/gyp-next/pull/197? I'm hoping these changes could help node-gyp upstream, ref https://github.com/nodejs/node-gyp/pull/2825.