Skip to content

Commit b843502

Browse files
authored
fix: add missing key (#162)
1 parent 9f39855 commit b843502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2
22

33
defaults: &defaults
4-
machine: ubuntu-2004:202201-02
4+
machine:
5+
image: ubuntu-2004:202201-02
56
working_directory: ~/project
67

78
aliases:

0 commit comments

Comments
 (0)