Skip to content

Commit bc0ecb1

Browse files
authored
chore: bump node to 18 for circle CI (#4393)
1 parent 813cdd4 commit bc0ecb1

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
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
default:
55
docker:
6-
- image: cimg/node:16.18.0
6+
- image: cimg/node:18.20.2
77
working_directory: ~/react-native-paper
88

99
commands:

0 commit comments

Comments
 (0)