Skip to content

Commit

Permalink
Update CRT to 1.19.0 which requires node 14 (#438)
Browse files Browse the repository at this point in the history
* Update CRT to 1.19.0 which requires node 14

---------

Co-authored-by: Bret Ambrose <[email protected]>
  • Loading branch information
bretambrose and Bret Ambrose authored Nov 6, 2023
1 parent 3bfc412 commit dc332e7
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'docs'

env:
BUILDER_VERSION: v0.9.21
BUILDER_VERSION: v0.9.46
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-iot-device-sdk-js-v2
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ This document provides information about the AWS IoT device SDK for Javascript V
* [API Docs](https://aws.github.io/aws-iot-device-sdk-js-v2/)
* [MQTT5 User Guide](https://github.com/awslabs/aws-crt-nodejs/blob/main/MQTT5-UserGuide.md)

## Impending Node Version Update
In the coming months, the v2 IoT SDK will be updating its Node baseline from 10.16 to 14. A
[discussion thread](https://github.com/awslabs/aws-crt-nodejs/discussions/468)
has been created for any questions or feedback you may have. We do not yet have a concrete timeline for when the
update will happen.

## Installation

### Minimum Requirements

For use with Node, the following are required:
* Node v10.0+
* Node v14+
* Run `node -v` to check Node version.
* CMake 3.1+

Expand Down
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-iot-device-sdk-js-v2",
"imports": [
"nodejs",
"node-14",
"JDK8"
],
"+packages": [
Expand Down
48 changes: 28 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"dependencies": {
"@aws-sdk/util-utf8-browser": "^3.109.0",
"aws-crt": "^1.18.2"
"aws-crt": "^1.19.0"
}
}

0 comments on commit dc332e7

Please sign in to comment.