Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v22 #1553

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

build-linux-and-osx:
docker:
- image: cimg/node:18.20.2@sha256:a4e00d10beb6841ff11a3bb94ce9c54f5569bd5a37496fce678813719bfe2c1a
- image: cimg/node:22.0.0@sha256:69d4c0d22060fe7088dad88ad80d12d6698d7f5eca7c6c1eb6ee9a21001619ac

working_directory: ~/repo

Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

test-linux:
docker:
- image: cimg/node:18.20.2@sha256:a4e00d10beb6841ff11a3bb94ce9c54f5569bd5a37496fce678813719bfe2c1a
- image: cimg/node:22.0.0@sha256:69d4c0d22060fe7088dad88ad80d12d6698d7f5eca7c6c1eb6ee9a21001619ac
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:

test-linux-without-git:
docker:
- image: cimg/node:18.20.2@sha256:a4e00d10beb6841ff11a3bb94ce9c54f5569bd5a37496fce678813719bfe2c1a
- image: cimg/node:22.0.0@sha256:69d4c0d22060fe7088dad88ad80d12d6698d7f5eca7c6c1eb6ee9a21001619ac
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:

review:
docker:
- image: cimg/node:18.20.2@sha256:a4e00d10beb6841ff11a3bb94ce9c54f5569bd5a37496fce678813719bfe2c1a
- image: cimg/node:22.0.0@sha256:69d4c0d22060fe7088dad88ad80d12d6698d7f5eca7c6c1eb6ee9a21001619ac
steps:
- attach_workspace:
at: .
Expand Down Expand Up @@ -543,7 +543,7 @@ jobs:

deploy:
docker:
- image: cimg/node:18.20.2@sha256:a4e00d10beb6841ff11a3bb94ce9c54f5569bd5a37496fce678813719bfe2c1a
- image: cimg/node:22.0.0@sha256:69d4c0d22060fe7088dad88ad80d12d6698d7f5eca7c6c1eb6ee9a21001619ac
steps:
- attach_workspace:
at: .
Expand Down
Loading