From fd7958cef1f544ce6626f9c8e744d28557043958 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 10 Jun 2022 22:48:25 -0400 Subject: [PATCH] Updating to the current Node.js LTS release (18) --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index abdb2bc..1d60799 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,14 +4,14 @@ workspace: pipeline: build: - image: node:16 + image: node:18 commands: - apt update && apt install -y ruby ruby-dev && gem install sass - npm install - npm run grunt package_linux: - image: electronuserland/builder:16 + image: electronuserland/builder:18 commands: - npm install - npm run build-linux @@ -19,7 +19,7 @@ pipeline: event: tag package_windows: - image: electronuserland/builder:16-wine-mono + image: electronuserland/builder:18-wine-mono commands: - npm install - npm run build-windows