Skip to content

Commit

Permalink
Fix CircleCI config
Browse files Browse the repository at this point in the history
Build with Node 14 installed through orbs.

Fixes #1275
  • Loading branch information
agjohnson committed Aug 17, 2022
1 parent bc73ad8 commit 34e29e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
node: circleci/node@5.0.2

commands:
run-tox:
description: "Run tox"
Expand All @@ -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:
Expand Down

0 comments on commit 34e29e6

Please sign in to comment.