Skip to content

Commit

Permalink
Updating for CI (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Chu authored Jan 25, 2022
1 parent b58f4db commit a01072b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ aliases:
branches:
ignore:
- gh-pages
- &filter-only-master
- &filter-only-main
branches:
only:
- master
- main

version: 2
jobs:
test:
docker:
- image: cimg/node:14.16
- image: cimg/node:16.4
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

deploy:
docker:
- image: cimg/node:14.16
- image: cimg/node:16.4
working_directory: ~/repo
steps:
- attach_workspace:
Expand All @@ -72,6 +72,6 @@ workflows:
- test:
filters: *filter-non-gh-pages
- deploy:
filters: *filter-only-master
filters: *filter-only-main
requires:
- test

0 comments on commit a01072b

Please sign in to comment.