From c30e11139dce6237a853db3399a907410765dafa Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Wed, 15 Jun 2022 17:08:33 +0100 Subject: [PATCH] specify node --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1c308f7d..c1ae2311 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,7 @@ pipeline: when: event: - push + image: node:16 commands: - yarn - yarn lint