From e265cf87e9bf5fb3d5133fc9eb356c37d7ef0958 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 17 Nov 2022 21:30:54 -0800 Subject: [PATCH] build with node 18 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4a41070..6201396 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: path: /cache - name: build - image: node + image: node:18 commands: - yarn install - yarn build