Skip to content

Commit

Permalink
Merge pull request #462 from LD4P/update-docker-circleci
Browse files Browse the repository at this point in the history
Updates docker Orb and executor image
  • Loading branch information
jermnelson authored Mar 4, 2024
2 parents 6c4427f + fd7ffd5 commit 02dba66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.1
orbs:
node: circleci/[email protected]
docker: circleci/docker@2.0.3
docker: circleci/docker@2.5.0
aws-cli: circleci/[email protected]
gh: circleci/[email protected]
executors:
default:
docker:
- image: 'cimg/node:16.8'
- image: 'cimg/node:20.11'
references:
publish_params: &publish_params
docker-password: DOCKER_PASS
Expand Down

0 comments on commit 02dba66

Please sign in to comment.