Closed
Description
You only load this when needed.
google-auth-library-nodejs/package.json
Line 23 in 85f2c93
But i also see that you have a requirement on NodeJS v12+
google-auth-library-nodejs/package.json
Lines 6 to 8 in 85f2c93
therefore this npm package could be removed, cuz text encoder/decoder is available globally since NodeJS v11
Also supporting NodeJS v12 is a bit outdated, think you should target LTS and update to something newer such as v16 that is the current LTS right now
So also think you should do:
"engines": {
"node": ">=16"
},