Skip to content

Commit 6d1f37d

Browse files
authored
Merge pull request #56 from cap-js/next
Bump to 0.2.1, dependencies update
2 parents 6f8d9a7 + 7a21e4b commit 6d1f37d

File tree

5 files changed

+2445
-7657
lines changed

5 files changed

+2445
-7657
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [18.x, 20.x, 22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm i
29+
- run: npm ci
3030
- run: npm run test-with-coverage

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment: npm
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
- name: run tests
2020
run: |
21-
npm i -g @sap/cds-dk
22-
npm i
21+
npm ci
2322
npm run test
2423
- name: get version
2524
id: package-version

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## Version 0.2.1
8+
9+
### Fixed
10+
11+
- Compatibility to `@sap/cds` 8
12+
13+
714
## Version 0.2.0
815

916
### Fixed

0 commit comments

Comments
 (0)