We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b6267 commit d0460bcCopy full SHA for d0460bc
.drone.yml
@@ -5,22 +5,22 @@ name: defult
5
6
steps:
7
- name: setup
8
- image: node:12
+ image: node:16
9
when:
10
event: push
11
commands:
12
- yarn
13
14
- name: lint
15
16
17
18
depends_on: [setup]
19
20
- yarn lint
21
22
- name: build
23
24
25
26
branch:
Dockerfile
@@ -1,5 +1,5 @@
1
# Build env
2
-FROM node:12 as builder
+FROM node:16 as builder
3
4
RUN mkdir /app
WORKDIR /app
0 commit comments