Skip to content

Commit 8ff9f43

Browse files
committed
RDBC-903 Update Node.js version and branch references
Increase minimum Node.js version to 20.0.0 and update GitHub Actions workflow to use v7.0 branch. Remove support for Node.js 18.x in the test matrix to align with updated requirements.
1 parent d13aadf commit 8ff9f43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/RavenClient.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests/node
22

33
on:
44
push:
5-
branches: [ v6.0 ]
5+
branches: [ v7.0 ]
66
pull_request:
7-
branches: [ v6.0 ]
7+
branches: [ v7.0 ]
88
schedule:
99
- cron: '0 10 * * *'
1010
workflow_dispatch:
@@ -31,7 +31,7 @@ jobs:
3131

3232
strategy:
3333
matrix:
34-
node-version: [18.x, 20.x, 22.x]
34+
node-version: [20.x, 22.x]
3535
serverVersion: ["6.0", "6.2", "7.0"]
3636
fail-fast: false
3737

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"Hibernating Rhinos"
4444
],
4545
"engines": {
46-
"node": ">=18.0.0"
46+
"node": ">=20.0.0"
4747
},
4848
"keywords": [
4949
"ravendb",

0 commit comments

Comments
 (0)