Skip to content

Commit

Permalink
circle-ci(fix): node version of the docker image
Browse files Browse the repository at this point in the history
- Angular requires at least node: v20.11.1
  • Loading branch information
avine committed Sep 3, 2024
1 parent 666a499 commit 612f0ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
executors:
node:
docker:
- image: cimg/node:20.9
- image: cimg/node:20.17
resource_class: small

# ---------------------------------------------------------------------------------
Expand Down Expand Up @@ -252,7 +252,6 @@ workflows:
- prepare-workspace
context: feedzback-production


jobs:
prepare-workspace:
executor: node
Expand Down

0 comments on commit 612f0ac

Please sign in to comment.