Skip to content

Commit 0f1de34

Browse files
committed
fix: bump circleci node version
1 parent fc100dc commit 0f1de34

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
@@ -6,7 +6,7 @@ version: 2.1
66
defaults: &defaults
77
working_directory: ~/repo
88
docker:
9-
- image: cimg/node:18.20.4
9+
- image: cimg/node:20.18.3
1010

1111
release: &release
1212
<<: *defaults

0 commit comments

Comments
 (0)