Skip to content

Commit 34e29e6

Browse files
committed
Fix CircleCI config
Build with Node 14 installed through orbs. Fixes #1275
1 parent bc73ad8 commit 34e29e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2.1
22

3+
orbs:
4+
node: circleci/[email protected]
5+
36
commands:
47
run-tox:
58
description: "Run tox"
@@ -17,6 +20,8 @@ commands:
1720
description: "Ensure built assets are up to date"
1821
steps:
1922
- checkout
23+
- node/install:
24+
node-version: '14.20'
2025
- run: npm ci
2126
- run: npm run build
2227
- run:

0 commit comments

Comments
 (0)