Skip to content

Commit dc9d976

Browse files
authored
Use Node 20.11.0 in CircleCI for unit and integration tests (#850)
1 parent c6eea4b commit dc9d976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ step_install_nvm: &step_install_nvm
2020
jobs:
2121
unit-test:
2222
docker:
23-
- image: circleci/node:14
23+
- image: cimg/node:20.11.0
2424
steps:
2525
- checkout
2626
- run:

0 commit comments

Comments
 (0)