Skip to content

Commit

Permalink
*BREAKING*: Stop actively supporting node 6 & 8
Browse files Browse the repository at this point in the history
Node 6 & 8 may well still work with the SDK for quite a
while, but we'll no longer actively test against them
since they are now characterized as EOL, and it's quite
possible that it may stop working entirely in any
future release.

Change-type: major
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
  • Loading branch information
thgreasi committed Apr 10, 2020
1 parent aa51823 commit 7a383f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ language: node_js
matrix:
include:
- node_js:
- '8'
- '10'
before_install:
- npm -g install npm@6
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ $ npm install --save balena-sdk
Platforms
---------

We currently support NodeJS (6+) and the browser.
We currently support NodeJS (10+) and the browser.

The following features are node-only:
- OS image streaming download (`balena.models.os.download`),
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -14,7 +14,7 @@ matrix:
# what combinations to test
environment:
matrix:
- nodejs_version: 8
- nodejs_version: 10
TEST_EMAIL: test2+juan@resin.io
TEST_PASSWORD:
secure: JyPzqbiGRJML/FHbP/8Ixg==
Expand All @@ -24,7 +24,7 @@ environment:
secure: 5q1vra242X+0xjTU5msqOQ==
TEST_REGISTER_USERNAME: test2_register_juan
TEST_ONLY_ON_ENVIRONMENT: node
- nodejs_version: 8
- nodejs_version: 10
TEST_EMAIL: sdk+tests+thgreasi@resin.io
TEST_PASSWORD:
secure: O8/sOQP/5A4Ykiu/T6Uvyw==
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"author": "Juan Cruz Viotti <juan@balena.io>",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=10.0"
},
"devDependencies": {
"@balena/lint": "^4.1.1",
Expand Down

0 comments on commit 7a383f5

Please sign in to comment.