Skip to content

Commit 4767e85

Browse files
committed
drop support for node 12
1 parent 806615a commit 4767e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/RavenClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
node-version: [12.x, 14.x, 16.x, 18.x]
27+
node-version: [14.x, 16.x, 18.x]
2828
serverVersion: ["5.2", "5.4"]
2929
fail-fast: false
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Hibernating Rhinos"
4242
],
4343
"engines": {
44-
"node": ">=6.0.0"
44+
"node": ">=14.0.0"
4545
},
4646
"keywords": [
4747
"ravendb",

0 commit comments

Comments
 (0)