Skip to content

Commit

Permalink
Use Node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
andygout committed Oct 2, 2020
1 parent 20f8100 commit a4a78ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

references:

container_config_node14: &container_config_node14
container_config_node12: &container_config_node12
working_directory: ~/project/build
docker:
- image: circleci/node:14-browsers
- image: circleci/node:12-browsers

workspace_root: &workspace_root
~/project
Expand Down Expand Up @@ -55,7 +55,7 @@ version: 2
jobs:

build:
<<: *container_config_node14
<<: *container_config_node12
steps:
- checkout
- run:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- build

test:
<<: *container_config_node14
<<: *container_config_node12
steps:
- *attach_workspace
- run:
Expand All @@ -101,7 +101,7 @@ jobs:
destination: test-results

publish:
<<: *container_config_node14
<<: *container_config_node12
steps:
- *attach_workspace
- run:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.11
12
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"snyk": "^1.168.0"
},
"engines": {
"node": "14.x"
"node": "12.x"
}
}

0 comments on commit a4a78ba

Please sign in to comment.