let's try the lts version instead
Some checks failed
ci/woodpecker/push/main Pipeline failed

This commit is contained in:
Ell 2023-07-02 20:00:32 +02:00
parent 89f6125e43
commit bdd3393998

View file

@ -1,9 +1,9 @@
steps: steps:
build: build:
image: node:latest image: node:lts
commands: commands:
- cd src - cd src
- npm install --unsafe-perm - npm install
- npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder - npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder
- cp .htaccess ../out - cp .htaccess ../out
deploy: deploy: