ソースを参照

drone: Use "node:lts" image.

Herby Vojčík 6 年 前
コミット
ab986485c1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -3,7 +3,7 @@ name: website
 
 steps:
   - name: prepare
-    image: node
+    image: node:lts
     commands:
       - npm install --production-only