Skip to content

Commit a14accf

Browse files
authored
Merge pull request #32 from TomA-R/circlecifix
chore(common): BIG-0 Fix CircleCI
2 parents ba789aa + d2e8bc8 commit a14accf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
aliases:
2+
- &node_executor
3+
executor:
4+
name: node/node
5+
node-version: "14.18"
6+
17
version: 2.1
28

39
orbs:
@@ -6,9 +12,7 @@ orbs:
612

713
jobs:
814
build:
9-
executor:
10-
name: node/node
11-
node-version: "10"
15+
<<: *node_executor
1216

1317
steps:
1418
- ci/pre-setup

0 commit comments

Comments
 (0)