mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
parent
479353d5e3
commit
80a84e742f
24
.github/workflows/update_versions.yaml
vendored
Normal file
24
.github/workflows/update_versions.yaml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
name: update_version
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 8 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_web:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
- run: npx npm-check-updates -u
|
||||||
|
- run: npm i
|
||||||
|
- name: Commit and create PR 🔀
|
||||||
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
with:
|
||||||
|
title: 'build(deps): Upgrade NPM packages (automated)'
|
||||||
|
branch: 'build-deps-upgrade-npm-packages-automated'
|
||||||
|
commit-message: 'build(deps): upgrade NPM packages (automated)'
|
6277
package-lock.json
generated
6277
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -24,5 +24,8 @@
|
||||||
"@abaplint/database-sqlite": "^2.7.144",
|
"@abaplint/database-sqlite": "^2.7.144",
|
||||||
"@abaplint/runtime": "^2.7.158",
|
"@abaplint/runtime": "^2.7.158",
|
||||||
"@abaplint/transpiler-cli": "^2.7.158"
|
"@abaplint/transpiler-cli": "^2.7.158"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"npm-check-updates": "^16.14.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user