Skip to content

Commit

Permalink
feat: upgrading nodejs to v12.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed May 14, 2020
1 parent 651576f commit 80d1671
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2

docker_defaults: &docker_defaults
docker:
- image: circleci/node:12.14.1-browsers
- image: circleci/node:12.16.2-browsers
working_directory: ~/project/repo

attach_workspace: &attach_workspace
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v12.14.1
v12.16.2
10 changes: 6 additions & 4 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

### Updated

- Upgrading NodeJS to v12.16.2

## [1.2.7][] - 2020-04-13

### Updated
Expand Down Expand Up @@ -138,7 +142,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[1.2.5]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v1.2.5
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v1.2.6...HEAD
[1.2.6]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v1.2.6


[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v1.2.7...HEAD
[1.2.7]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v1.2.7
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v1.2.7...HEAD
[1.2.7]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v1.2.7
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -82,5 +82,8 @@
"tslint": "~5.18.0",
"typescript": "~3.7.5",
"version-changelog": "^3.1.0"
},
"engines": {
"node": ">=12"
}
}

0 comments on commit 80d1671

Please sign in to comment.