Skip to content

Commit

Permalink
Merge pull request #952 from imgix/circleci-deploy-fix
Browse files Browse the repository at this point in the history
chore: update Node.js version in CircleCI config
  • Loading branch information
arno-fukuda authored Sep 17, 2024
2 parents 3e8f325 + fb83d5f commit 44cc933
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 @@ -32,7 +32,7 @@ jobs:
command: yarn build
deploy:
docker:
- image: cimg/node:21.4
- image: cimg/node:current
steps:
- checkout
- node/install-packages
Expand Down

0 comments on commit 44cc933

Please sign in to comment.