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 @@ -64,6 +65,6 @@ steps: endpoint: https://garage.deuxfleurs.fr --- kind: signature -hmac: de6f08a5395f6e59b7e4f4306969a9011ae78af73edf551f94a7e2661d148871 +hmac: 7cf9544c9b53a08fac0c5ef64a649d8ed6f8c266aeda21455d900db7ad57a92e ... |