Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit b44600c

Browse files
committed
fix(ci): use node 12 and enable aws monitor
1 parent f7a4066 commit b44600c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2.1
22
executors:
3-
node10:
3+
node12:
44
docker:
5-
- image: circleci/node:10-buster
5+
- image: circleci/node:12
66
environment:
77
NPM_CONFIG_PREFIX: "~/.npm-global"
88
working_directory: ~/repo
@@ -34,7 +34,7 @@ commands:
3434

3535
jobs:
3636
build:
37-
executor: node10
37+
executor: node12
3838
steps:
3939
- setup
4040
- run: mkdir junit
@@ -50,7 +50,7 @@ jobs:
5050
path: junit
5151

5252
semantic-release:
53-
executor: node10
53+
executor: node12
5454
steps:
5555
- setup
5656
- run:
@@ -75,9 +75,10 @@ jobs:
7575
statuspage_name: Helix Data Embed
7676
statuspage_group: Delivery
7777
newrelic_group_policy: Delivery Repeated Failure
78+
aws: true
7879

7980
branch-deploy:
80-
executor: node10
81+
executor: node12
8182
steps:
8283
- setup
8384
- run:

0 commit comments

Comments
 (0)