Skip to content

Commit

Permalink
fix(ci): attempt to run on Node 16 CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
harelmo-lumigo committed Dec 28, 2023
1 parent 27a6d85 commit 4c8f7c1
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,11 +1,11 @@
version: 2.1

orbs:
lumigo-orb: &lumigo_orb_version lumigo/lumigo-orb@volatile
lumigo-orb: &lumigo_orb_version lumigo/lumigo-orb@dev:ff42a1e

defaults: &defaults
docker:
- image: lumigo/ci:latest
- image: lumigo/ci:node16
auth:
username: lumigo
password: $DOCKERHUB_PASSWORD
Expand Down

0 comments on commit 4c8f7c1

Please sign in to comment.