Fix CircleCI config

Build with Node 14 installed through orbs.

Fixes #1275
This commit is contained in:
Anthony Johnson 2022-08-17 11:27:25 -07:00
parent bc73ad8406
commit 34e29e6092
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0

View File

@ -1,5 +1,8 @@
version: 2.1
orbs:
node: circleci/node@5.0.2
commands:
run-tox:
description: "Run tox"
@ -17,6 +20,8 @@ commands:
description: "Ensure built assets are up to date"
steps:
- checkout
- node/install:
node-version: '14.20'
- run: npm ci
- run: npm run build
- run: