From: Vsevolod Stakhov Date: Sun, 10 Oct 2021 12:24:34 +0000 (+0100) Subject: [Minor] Update node version X-Git-Tag: 3.1~66 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=43be5c46f14cb53a04932c74be13a9a807ec50cb;p=rspamd.git [Minor] Update node version --- diff --git a/.drone.yml b/.drone.yml index fb211609f..1c33d725d 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 ...