summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 3f7c5b5ff..eaaf5989d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -228,7 +228,7 @@ steps:
event: [push, tag]
- name: eslint
- image: node:10-alpine
+ image: node:16-alpine
pull: if-not-exists
commands:
- npm install
@@ -276,6 +276,6 @@ trigger:
---
kind: signature
-hmac: 7f1350e32f77ea7aa01751106c0af66f5795edf3d592f408ede548349e0a270c
+hmac: 280bb5609bebcf9cd3c7e041d5a5b52ccb022f71ed49b0d953faf8c28768c560
...