ci: update browserlist
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
adamas 2025-05-21 16:19:38 +02:00
parent ae8c57a888
commit 7ce2783bf2

19
.woodpecker/maintenance Normal file
View File

@ -0,0 +1,19 @@
when:
- event: cron
cron: update browserlist
steps:
- name: update browserlist
image: node:20-slim
commands:
- npm ci
- npx update-browserslist-db@latest
- npm run test
- name: push commit
image: appleboy/drone-git-push
settings:
branch: master
remote: git@forge.adm.ink:adamas/curriculum.git
force: false
commit: true
commit_message: dep: updatebrowserslist