Chore: move to node 18 (#58570)

* bump node version to 18

* update folder to 18.x

* update README for m1 instructions

* update drone

* update unit test

* update README
This commit is contained in:
Ashley Harrison
2022-11-11 11:34:00 +00:00
committed by GitHub
parent 891ae91c70
commit 0a9129cf90
9 changed files with 203 additions and 200 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16-alpine3.15 as js-builder
FROM node:18-alpine3.15 as js-builder
ENV NODE_OPTIONS=--max_old_space_size=8000