Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2022-08-17 21:27:25 +0300
committerAnthony Johnson <aj@ohess.org>2022-08-17 21:27:25 +0300
commit34e29e609236592b27d77cbab23b6e6d71d12fe8 (patch)
tree1eaa5261153aa598b57e8d6909a9baccd5d99371
parentbc73ad84068b4ee7d8ddae7e51f5b767e8fd377b (diff)
Fix CircleCI config
Build with Node 14 installed through orbs. Fixes #1275
-rw-r--r--.circleci/config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 121c36d..ae67091 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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: