diff --git a/.woodpecker/.node.yml b/.woodpecker/.node.yml index a3ce526..23831d0 100644 --- a/.woodpecker/.node.yml +++ b/.woodpecker/.node.yml @@ -2,8 +2,7 @@ pipeline: build: image: denoland/deno:debian commands: - - apt update - - apt install nodejs npm + - curl --help - deno test -A buildNode.ts deploy: image: plugins/npm