Skip to content

Commit 540d5a6

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Update node version in readmin and package.json
1 parent dff98c9 commit 540d5a6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

codegen/Templates/nodejs/docs/tsconfig.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This repository contains Aspose.BarCode Cloud SDK for Node.js source code.
2727

2828
To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).
2929

30+
## Requirements
31+
32+
- Node.js 18 or later (native `fetch` required).
33+
3034
## How to use the SDK
3135

3236
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [nmpjs distribution](https://www.npmjs.com/package/aspose-barcode-cloud-node) (recommended).

codegen/Templates/nodejs/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"dist"
130130
],
131131
"engines": {
132-
"node": ">=16"
132+
"node": ">=18"
133133
},
134134
"scripts": {
135135
"test": "npx jest",

submodules/node

Submodule node updated from 749366a to 52b24b5

0 commit comments

Comments
 (0)