Skip to content

Commit

Permalink
chore: 更新 circleci 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryZ committed May 19, 2022
1 parent 9ff63f1 commit fca995f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8-browsers
- image: circleci/node:12.22-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -40,12 +40,13 @@ jobs:
- run: codecov
workflows:
version: 2
scheduled-workflow:
build-and-test:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only: master
only:
- master
jobs:
- build
- build

0 comments on commit fca995f

Please sign in to comment.