Skip to content

Commit 27daa57

Browse files
authored
Merge pull request #476 from M4xymm/RDBC-903
RDBC-903 - Drop Node.js 18 support
2 parents 36faca1 + 8ff9f43 commit 27daa57

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)