Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit a2029be

Browse files
committed
chore(ci): update test environment to node 10
Node 6.x has been EOL since April 2019, and Node 8.x becaome EOL in Dec 2019. This pushes the CI environment to use an Active LTS version of Node. Refs: https://github.com/nodejs/Release Signed-off-by: Mike Fiedler <[email protected]>
1 parent ce466f9 commit a2029be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python get-poetry.py --preview --yes
3434
rm get-poetry.py
3535
# install nodejs
36-
- run: curl -sL https://deb.nodesource.com/setup_6.x | sudo bash - && sudo apt -y install nodejs
36+
- run: curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - && sudo apt -y install nodejs
3737
# install serverless & depcheck
3838
- run: npm install -g serverless depcheck
3939
# install deps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "serverless-python-requirements",
33
"version": "5.0.1",
44
"engines": {
5-
"node": ">=6.0"
5+
"node": ">=10.0"
66
},
77
"description": "Serverless Python Requirements Plugin",
88
"author": "United Income <[email protected]>",

0 commit comments

Comments
 (0)