Add cds-types (#761)

Also add Node 22 to CI
This commit is contained in:
Christian Georgi
2024-09-16 14:52:43 +02:00
committed by GitHub
parent 2f91f7d2d4
commit eb9a5ed971
4 changed files with 3306 additions and 3134 deletions

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [20.x, 18.x]
node-version: [22.x, 20.x, 18.x]
steps:
- uses: actions/checkout@v4
@@ -33,6 +33,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- run: npm ci
- run: npm run lint