From bdd3393998d6bbae3d96ae51904920aff58ece36 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 2 Jul 2023 20:00:32 +0200 Subject: [PATCH] let's try the lts version instead --- .woodpecker/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 14f92ac..531b538 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -1,9 +1,9 @@ steps: build: - image: node:latest + image: node:lts commands: - cd src - - npm install --unsafe-perm + - npm install - npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder - cp .htaccess ../out deploy: