Skip to content

Commit

Permalink
feat: npm updates, security zero, test corrections (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Forster authored Apr 18, 2022
1 parent 0b55b3f commit bc8abb1
Show file tree
Hide file tree
Showing 5 changed files with 14,352 additions and 7,945 deletions.
36 changes: 31 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
node: circleci/node@4.1.0
node: circleci/node@5.0.2

commands:
setup_git_bot:
Expand Down Expand Up @@ -58,21 +58,47 @@ jobs:
workflows:
version: 2

release_scheduled:
triggers:
# 6:03 UTC (mornings) 1 monday
- schedule:
cron: "3 6 * * 1"
filters:
branches:
only:
- main
jobs:
- lint
- node/test:
matrix:
parameters:
version:
- '12.22'
- '14.19'
- '16.14'
- 'current'
- release:
context: npm-deploy-av
requires:
- node/test
- lint

test:
jobs:
- lint
- node/test:
matrix:
parameters:
version:
- '10.23'
- '12.20'
- '14.15'
- '12.22'
- '14.19'
- '16.14'
- 'current'
- release_dry_run:
filters:
branches:
only: master
only: main
requires:
- node/test
- lint
Expand Down
Loading

0 comments on commit bc8abb1

Please sign in to comment.