From 6652d12e5ea75268c34f015bf6f86239e6e39895 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 23 Jan 2023 23:03:26 +0100 Subject: [PATCH] ci: :construction_worker: install package with npm --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index da77a62..f829586 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,8 +2,8 @@ pipeline: conventional_commits: image: node:18 commands: - - bash - - npx standard-version + - npm i -g standard-version + - standard-version - git tag branches: main