Skip to content

Commit 9f12d33

Browse files
committed
chore(upgrade): upgrade node for CI
1 parent 5b771dc commit 9f12d33

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 @@ jobs:
33
build:
44
working_directory: ~/my-project
55
docker:
6-
- image: cimg/node:16.20.2-browsers
6+
- image: cimg/node:18.13.0-browsers
77
steps:
88
- checkout
99
- restore_cache:

0 commit comments

Comments
 (0)