aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorsilverwind2022-07-13 17:45:08 +0200
committerGitHub2022-07-13 11:45:08 -0400
commit9cd1f38f707e274c84471b20eeaf1b5fef39175c (patch)
tree9461df4f4c79ca2c4ac699fa1156764f6943e0ab /.drone.yml
parent8420c1bf4c46a59973d30af5114216918d0f60cd (diff)
Upgrade to Node 18 on CI (#20340)
* Upgrade to Node 18 on CI Should be pretty stable now. * restart ci Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml
index 928e75d1a..8f06877fb 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -19,7 +19,7 @@ volumes:
steps:
- name: deps-frontend
- image: node:16
+ image: node:18
pull: always
commands:
- make deps-frontend
@@ -34,7 +34,7 @@ steps:
path: /go
- name: lint-frontend
- image: node:16
+ image: node:18
commands:
- make lint-frontend
depends_on: [deps-frontend]
@@ -82,7 +82,7 @@ steps:
path: /go
- name: checks-frontend
- image: node:16
+ image: node:18
commands:
- make checks-frontend
depends_on: [deps-frontend]
@@ -97,13 +97,13 @@ steps:
path: /go
- name: test-frontend
- image: node:16
+ image: node:18
commands:
- make test-frontend
depends_on: [lint-frontend]
- name: build-frontend
- image: node:16
+ image: node:18
commands:
- make frontend
depends_on: [test-frontend]
@@ -634,7 +634,7 @@ steps:
- git fetch --tags --force
- name: deps-frontend
- image: node:16
+ image: node:18
pull: always
commands:
- make deps-frontend
@@ -652,7 +652,7 @@ steps:
image: techknowlogick/xgo:go-1.18.x
pull: always
commands:
- - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
+ - curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
- export PATH=$PATH:$GOPATH/bin
- make release
environment:
@@ -753,7 +753,7 @@ steps:
- git fetch --tags --force
- name: deps-frontend
- image: node:16
+ image: node:18
pull: always
commands:
- make deps-frontend
@@ -771,7 +771,7 @@ steps:
image: techknowlogick/xgo:go-1.18.x
pull: always
commands:
- - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
+ - curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
- export PATH=$PATH:$GOPATH/bin
- make release
environment: