From adf60bdeb14634e1691b74c919f1d4c1baf01c04 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 17 Jun 2022 14:12:16 +0100 Subject: [PATCH] use node14 --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0a1a1476..b0436617 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: event: - push - pull_request - image: node:16 + image: node:14 commands: - git config --global url."https://github.com/".insteadOf git://github.com/ - yarn @@ -15,7 +15,7 @@ pipeline: event: - push - pull_request - image: node:16 + image: node:14 commands: - apt update - apt install firefox-esr -y --no-install-recommends @@ -28,7 +28,7 @@ pipeline: when: event: - tag - image: node:16 + image: node:14 commands: - git config --global url."https://github.com/".insteadOf git://github.com/ - yarn @@ -38,7 +38,7 @@ pipeline: when: event: - tag - image: node:16 + image: node:14 secrets: - SCW_ACCESS_KEY - SCW_SECRET_KEY