revert: revert: "chore: upgrade to node 18" (#34496)

This reverts commit eb26333ca6.
This commit is contained in:
Brian Smith
2024-04-10 11:30:44 -04:00
parent 6ea123db4d
commit 05baf4c1fe
11 changed files with 22031 additions and 26822 deletions

View File

@@ -58,7 +58,7 @@ module.exports = _.values(Merge.smart(commonConfig, {
]
},
watchOptions: {
ignored: [/node_modules/, /\.git/]
ignored: ['/node_modules/', '/\.git/']
}
}
}));