From e5904855fe3f2fd4faa96a44b9a6162711c6949b Mon Sep 17 00:00:00 2001 From: crazyoptimist Date: Fri, 1 Apr 2022 19:06:39 +0200 Subject: [PATCH] update builder images to newer ones --- README.md | 4 ++-- firebase-deploy.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 065614c..7fb3e5e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ orbs: jobs: build: docker: - - image: circleci/node:lts + - image: cimg/node:lts steps: - checkout - restore_cache: @@ -36,7 +36,7 @@ jobs: - firestore.indexes.json deploy-staging: docker: - - image: circleci/node:lts + - image: cimg/node:lts steps: - attach_workspace: at: /tmp/workspace diff --git a/firebase-deploy.yml b/firebase-deploy.yml index bbb8bb3..6c5f650 100644 --- a/firebase-deploy.yml +++ b/firebase-deploy.yml @@ -28,7 +28,7 @@ examples: jobs: build: docker: - - image: circleci/node:lts + - image: cimg/node:lts steps: - checkout - restore_cache: @@ -49,7 +49,7 @@ examples: - firestore.indexes.json deploy: docker: - - image: circleci/node:lts + - image: cimg/node:lts steps: - attach_workspace: at: /tmp/workspace @@ -71,7 +71,7 @@ examples: jobs: build: docker: - - image: circleci/node:lts + - image: cimg/node:lts steps: - checkout - restore_cache: @@ -92,7 +92,7 @@ examples: - firestore.indexes.json deploy: docker: - - image: circleci/node:lts + - image: cimg/node:lts steps: - attach_workspace: at: /tmp/workspace