Skip to content

Commit

Permalink
Merge pull request #26 from KnpLabs/fix/circleci-deprecation
Browse files Browse the repository at this point in the history
fix circleci deprecation
  • Loading branch information
nm2107 authored Mar 8, 2022
2 parents a294b9f + 69c9c9f commit 207a7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
version: 2.1

reference:
vm_machine: &vm_machine
working_directory: ~/should-skip-ci
machine:
image: circleci/classic:201808-01
image: ubuntu-2004:202201-02
docker_layer_caching: true

checkout_step: &checkout_step
Expand Down

0 comments on commit 207a7d8

Please sign in to comment.