From 920a1008e0baeb9cc87da70bd2fd72630cf9265a Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 2 Feb 2023 17:39:28 -0500 Subject: [PATCH] go commit die --- .woodpecker/.node.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.node.yml b/.woodpecker/.node.yml index 23831d0..6a2531f 100644 --- a/.woodpecker/.node.yml +++ b/.woodpecker/.node.yml @@ -1,8 +1,11 @@ pipeline: build: - image: denoland/deno:debian + image: curlimages/curl:7.87.0 commands: - - curl --help + - curl -fsSL https://deno.land/x/install/install.sh | sh + - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | sh + - nvm install node + - nvm use node - deno test -A buildNode.ts deploy: image: plugins/npm