Skip to content

Commit

Permalink
ci: upgrading NodeJS version to 14.11.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Aug 7, 2021
1 parent 160e39e commit 6248e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:14.11.0-browsers
working_directory: ~/project/repo

attach_workspace: &attach_workspace
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
12.14.1
v14.11.0

0 comments on commit 6248e8f

Please sign in to comment.