diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-25 19:43:26 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-25 19:43:26 +0100 |
commit | f68071f3a702f841a4df25dd38dd78eb52a89cdf (patch) | |
tree | 4ab81e77657552c765bad80f5cf04a9b4f9971ec /.drone.yml | |
parent | d859235b16debe302d18e1f111629e8ca83c5f1a (diff) | |
download | rspamd-f68071f3a702f841a4df25dd38dd78eb52a89cdf.tar.gz rspamd-f68071f3a702f841a4df25dd38dd78eb52a89cdf.zip |
[Minor] Try to fix bloody eslint
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 8060d4604..a3669a1ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -228,7 +228,7 @@ steps: event: [push, tag] - name: eslint - image: node:16-alpine + image: node:17-alpine pull: if-not-exists commands: - npm install @@ -276,6 +276,6 @@ trigger: --- kind: signature -hmac: d6fd7697432e07b03b7dd15af130e6432fa996c0a5135a6b7bfed3806ad20d4c +hmac: 7f6cf1f220412438eb05bcddf8b4354e2f7344d5cd925cd952eee9ab88772d9d ... |