mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user