From b84109dab32b7ec109f59d834011f4b38e27e8b9 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 27 Jan 2022 23:17:45 +0100 Subject: [PATCH] Use node 12 for building --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57088571..690be7e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,7 @@ workflows: jobs: build: docker: - - image: circleci/node:12-buster + - image: circleci/node:16.13-bullseye steps: - run: name: Install Git Large File Storage (LFS) @@ -526,7 +526,7 @@ jobs: ./scripts/launchpad/stop.sh docs-build: docker: - - image: circleci/node:12-buster + - image: circleci/node:16.13-bullseye steps: - run: name: Install Git Large File Storage (LFS) @@ -557,7 +557,7 @@ jobs: paths: docs_deployment docs-deploy: docker: - - image: circleci/node:12-buster + - image: circleci/node:16.13-bullseye steps: - attach_workspace: at: . @@ -575,7 +575,7 @@ jobs: command: npx gh-pages@3.0.0 --message "Update docs [skip ci]" --dist docs_deployment --user "CI deployment " --repo "git@github.com:cosmos/cosmjs.git" lint: docker: - - image: circleci/node:12-buster + - image: circleci/node:16.13-bullseye steps: - run: name: Install Git Large File Storage (LFS)