diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,7 +23,8 @@ steps: endpoint: https://garage.deuxfleurs.fr - name: build - image: node:latest + # cf https://hub.docker.com/_/node?tab=description&page=1&ordering=last_updated + image: node:14-buster commands: - npm install - node render.js @@ -67,6 +68,6 @@ steps: endpoint: https://garage.deuxfleurs.fr --- kind: signature -hmac: 53d75756f67d65dc677ad8ba7a648f8415c62d768ec1d32edd52a13d19e3946d +hmac: f1fcc439a2180d4e98224dec1cd2dc10691b58161bfee7739ae700e84f04c905 ... |