Skip to content

Commit f19cac4

Browse files
silverwindlafrikstechknowlogickzeripath
authored
Use Node 14 on CI (#12512)
* Use Node 14 on CI Node 14 is sufficiently stable now, use it on CI. * also run build on node 14 Co-authored-by: Lauris BH <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: zeripath <[email protected]>
1 parent fff0204 commit f19cac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ workspace:
1313
steps:
1414
- name: deps-frontend
1515
pull: always
16-
image: node:12
16+
image: node:14
1717
commands:
1818
- make node_modules
1919

2020
- name: lint-frontend
2121
pull: always
22-
image: node:12
22+
image: node:14
2323
commands:
2424
- make lint-frontend
2525
depends_on: [deps-frontend]
@@ -36,7 +36,7 @@ steps:
3636

3737
- name: checks-frontend
3838
pull: always
39-
image: node:12
39+
image: node:14
4040
commands:
4141
- make checks-frontend
4242
depends_on: [deps-frontend]
@@ -50,7 +50,7 @@ steps:
5050

5151
- name: build-frontend
5252
pull: always
53-
image: node:10 # this step is kept at the lowest version of node that we support
53+
image: node:14
5454
commands:
5555
- make frontend
5656
depends_on: [lint-frontend]

0 commit comments

Comments
 (0)