Skip to content

Commit 3488477

Browse files
authored
Merge branch 'main' into dynamic-constraints
2 parents ea00f26 + d5a3bee commit 3488477

File tree

10 files changed

+52
-4470
lines changed

10 files changed

+52
-4470
lines changed

.deploy/app-router/package-lock.json

Lines changed: 16 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.deploy/app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "approuter",
33
"dependencies": {
4-
"@sap/approuter": "^20.0.0"
4+
"@sap/approuter": "^20.8.2"
55
},
66
"scripts": {
77
"start": "node node_modules/@sap/approuter/approuter.js"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- uses: actions/setup-node@v5
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
**/_out
33
**/mta_archives
44
**/node_modules
5+
package-lock.json
56

67
**/.DS_Store
78
**/*.sqlite

bookstore

0 commit comments

Comments
 (0)