Skip to content

Commit

Permalink
Bump node images
Browse files Browse the repository at this point in the history
  • Loading branch information
ksocha committed Nov 12, 2024
1 parent 0897326 commit c0e6f01
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
Expand Up @@ -4,11 +4,11 @@ executors:
node:
working_directory: ~/app
docker:
- image: circleci/node:12.16
- image: cimg/node:22.11.0
node_cypress:
working_directory: ~/app
docker:
- image: cypress/base:12.16.0
- image: cypress/base:22.11.0

jobs:
checkout_code:
Expand Down

0 comments on commit c0e6f01

Please sign in to comment.