forked from AkkomaGang/admin-fe
use node14
This commit is contained in:
parent
f8ce0dee55
commit
adf60bdeb1
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ pipeline:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
image: node:16
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||||
- yarn
|
- yarn
|
||||||
|
@ -15,7 +15,7 @@ pipeline:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
image: node:16
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install firefox-esr -y --no-install-recommends
|
- apt install firefox-esr -y --no-install-recommends
|
||||||
|
@ -28,7 +28,7 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
image: node:16
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||||
- yarn
|
- yarn
|
||||||
|
@ -38,7 +38,7 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
image: node:16
|
image: node:14
|
||||||
secrets:
|
secrets:
|
||||||
- SCW_ACCESS_KEY
|
- SCW_ACCESS_KEY
|
||||||
- SCW_SECRET_KEY
|
- SCW_SECRET_KEY
|
||||||
|
|
Loading…
Reference in a new issue