This commit is contained in:
parent
ae8c57a888
commit
7ce2783bf2
19
.woodpecker/maintenance
Normal file
19
.woodpecker/maintenance
Normal 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
|
Loading…
x
Reference in New Issue
Block a user