Skip to content

Commit

Permalink
3.4.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmptyInfinity authored Apr 13, 2022
1 parent ec1b178 commit 93cc5cd
Show file tree
Hide file tree
Showing 5 changed files with 509 additions and 2,138 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:12-stretch
- image: circleci/node:14-stretch
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Audit Dependencies
command: npm audit --audit-level=high
- run:
name: Installing Dependencies
command: npm install
Expand All @@ -21,4 +24,4 @@ workflows:
version: 2
build_and_test:
jobs:
- test
- test
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 3.4.3 (April 8, 2022)
* Fix dependencies
# 3.4.2 (July 27, 2021)
* Update headers validation

Expand Down
Loading

0 comments on commit 93cc5cd

Please sign in to comment.