Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- checkout
- restore_cache:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ examples:
jobs:
build:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- checkout
- restore_cache:
Expand All @@ -49,7 +49,7 @@ examples:
- firestore.indexes.json
deploy:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- attach_workspace:
at: /tmp/workspace
Expand All @@ -71,7 +71,7 @@ examples:
jobs:
build:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- checkout
- restore_cache:
Expand All @@ -92,7 +92,7 @@ examples:
- firestore.indexes.json
deploy:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- attach_workspace:
at: /tmp/workspace
Expand Down