Skip to content

Commit 8b4cba5

Browse files
authored
Merge branch 'main' into conjunction-support
2 parents 6b6a120 + 4275da5 commit 8b4cba5

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [14.x, 16.x, 18.x] # see https://nodejs.org/en/about/releases/
18+
node-version: [16.x, 18.x, 20.x] # see https://nodejs.org/en/about/releases/
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Use Node.js ${{ matrix.node-version }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ package-lock.json
33
.idea
44
.DS_Store
55
.vscode
6-
.npmrc

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@sap/cds": ">=6.3"
4040
},
4141
"devDependencies": {
42-
"@sap/cds": ">=6.3",
4342
"axios": ">=0.24",
4443
"eslint": "^8",
4544
"express": "^4.17.1",

0 commit comments

Comments
 (0)