Skip to content

Commit f1d596a

Browse files
committed
fix: bump node version in circle and update container
1 parent 5b2a179 commit f1d596a

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
@@ -25,7 +25,7 @@ aliases:
2525
defaults: &defaults
2626
working_directory: ~/project
2727
docker:
28-
- image: circleci/node:14.17.5
28+
- image: cimg/node:16.17.0
2929
jobs:
3030
test:
3131
<<: *defaults

0 commit comments

Comments
 (0)