Unexpected reserved word error when building in CI
ah-aberg opened this issue · 1 comments
ah-aberg commented
node_modules/stylelint/node_modules/get-stdin/index.js:13
for await (const chunk of stdin) {
SyntaxError: Unexpected reserved word
I've just started getting the following error in my Jenkins builds. Unsure why this has just become an issue.
sindresorhus commented
You need to upgrade Node.js.