mirror of
https://github.com/maputnik/editor.git
synced 2026-06-19 21:57:34 +00:00
Bump to node 18 (#824)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:16 as builder
|
||||
FROM node:18 as builder
|
||||
WORKDIR /maputnik
|
||||
|
||||
# Only copy package.json to prevent npm install from running on every build
|
||||
|
||||
Reference in New Issue
Block a user