* Switch CircleCI to Node 14

* Use latest orb, and ensure node-version is a string

* Fix indent
This commit is contained in:
Mathieu Pillard 2021-10-04 16:03:29 +02:00 коммит произвёл GitHub
Родитель a8c7c9e3b1
Коммит 1039ab04b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -8,7 +8,7 @@ version: 2.1
orbs:
# This is needed to be able to install Node.js in the primary container,
# which provides python only.
node: circleci/node@4.1.0
node: circleci/node@4.7.0
references:
# We declare the autograph configuration here to be able to fully leverage
@ -475,7 +475,7 @@ commands:
sudo cp ./docker/etc/mime.types /etc/mime.types
sudo touch /addons-server-docker-container
- node/install:
node-version: 12.20.0
node-version: '14'
- run:
name: Install dockerize
command: |