Skip to content

Commit

Permalink
ci: pin image versions used in CI so it remains deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Nov 27, 2024
1 parent 068c456 commit 285f0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ executors:
NODE_OPTIONS: --max_old_space_size=3072
node-linux-medium:
machine:
image: ubuntu-2404:current
image: ubuntu-2404:2024.05.1
resource_class: medium #// linux medium: 2 CPUs, 7.5 GB RAM, 10 credits/min
environment:
NODE_OPTIONS: --max_old_space_size=6144
Expand Down

0 comments on commit 285f0d8

Please sign in to comment.