Skip to content

Commit

Permalink
Fully Remove Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Feb 19, 2021
1 parent 42b1e0c commit 25b7e08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -70,7 +70,6 @@ jobs:
strategy:
matrix:
node-version:
- 10.x
- 12.x
- 14.x
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -19,7 +19,7 @@
# For those usages not covered by the GNU Affero General Public License
# please contact with: [daniel.moranjimenez@telefonica.com]

ARG NODE_VERSION=10
ARG NODE_VERSION=12
ARG GITHUB_ACCOUNT=telefonicaid
ARG GITHUB_REPOSITORY=iotagent-ul
ARG DOWNLOAD=latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
},
"main": "lib/iotagent-ul",
"engines": {
"node": ">=10"
"node": ">=12"
},
"scripts": {
"clean": "rm -rf package-lock.json && rm -rf node_modules && rm -rf coverage",
Expand Down

0 comments on commit 25b7e08

Please sign in to comment.