Skip to content

Commit

Permalink
ci: upgrade to latest node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Mar 4, 2024
1 parent a5a3c51 commit d6d8b94
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 @@ -11,7 +11,7 @@ orbs:
defaults: &defaults
working_directory: ~/app
docker:
- image: cimg/node:12.22.2
- image: cimg/node:20.11
environment:
# To avoid ENOMEM problem when running node
NODE_OPTIONS: '--max-old-space-size=4096'
Expand Down

0 comments on commit d6d8b94

Please sign in to comment.