use node14
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
FloatingGhost 2022-06-17 14:12:16 +01:00
parent f8ce0dee55
commit adf60bdeb1
1 changed files with 4 additions and 4 deletions

View File

@ -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