Browse Source

use node 8.1.2

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 years ago
parent
commit
a5dbe3059c
No known key found for this signature in database GPG Key ID: F84B2110C500B1F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@ -7,7 +7,7 @@ clone:
pipeline:
node_test:
image: node:8
image: node:8.1.2
pull: true
commands:
- node -v

Loading…
Cancel
Save