Browse Source

👽 fix bug

main
Martin 4 years ago
parent
commit
a1e66cce91
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -18,4 +18,4 @@ workflows:
# https://circleci.com/developer/images/image/cimg/node # https://circleci.com/developer/images/image/cimg/node
version: '16.10' version: '16.10'
# If you are using yarn, change the line below from "npm" to "yarn" # If you are using yarn, change the line below from "npm" to "yarn"
pkg-manager: npm
pkg-manager: yarn
Loading…
Cancel
Save