From 1fec3b5d39a64f0dbc24512f25d138bffea2113e Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 23 Jan 2023 22:44:47 +0100 Subject: [PATCH] ci: :construction_worker: use node:18 image --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b6b01c1..ee7bffb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: conventional_commits: - image: node:19 + image: node:18 commands: - npx standard-version --dry-run - git tag