Skip to content

Commit 10db2ab

Browse files
authored
Merge pull request #35 from contentstack/development
DX | Release | 10-03-2025
2 parents 6ad6940 + b5a42bb commit 10db2ab

File tree

8 files changed

+187
-96
lines changed

8 files changed

+187
-96
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.5.3
10-
- uses: actions/setup-node@v3.7.0
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: "18.x"
12+
node-version: "22.x"
1313
- name: Installing dependencies
1414
run: npm install
1515
- name: Build

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2023 Contentstack LLC <https://www.contentstack.com/>
3+
Copyright (c) 2025 Contentstack LLC <https://www.contentstack.com/>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Cotentstack MongoDB Content Store is part of Contentstack DataSync's content
1212

1313
### Prerequisite
1414

15-
- Nodejs v8 or above
15+
- Nodejs v20 or above
1616
- Mongodb v3.6 or above
1717

1818
### Usage

0 commit comments

Comments
 (0)