Skip to content

Commit

Permalink
chore(ci): fix circleci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jun 9, 2021
1 parent 7c4e235 commit a990648
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Expand Up @@ -15,10 +15,19 @@ map-2: &filter_only_tag
orbs:
v1: aurelia/v1@volatile

executors:
docker-circleci:
parameters:
node:
type: string
default: "15.4.0"
docker:
- image: "circleci/node:<< parameters.node >>-buster-browsers"

workflows:
main:
jobs:
- v1/build_test
- v1/build_test:
use_jspm: false
- v1/build_merge:
<<: *filter_only_develop
Expand Down

0 comments on commit a990648

Please sign in to comment.