Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
Clear certificate cache so a new CA is generated
  • Loading branch information
coderbyheart committed Jan 20, 2021
1 parent 69edbc6 commit eaf59a9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
uses: actions/cache@v2
with:
path: ./certificates
key: certificates
key: certificates-2

- uses: actions/setup-node@v2
with:
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {},
"devDependencies": {
"@aws-sdk/client-iot-data-plane": "3.3.0",
"@bifravst/aws": "20.1.3",
"@bifravst/aws": "20.2.0",
"@bifravst/cloudformation-helpers": "5.0.0",
"@bifravst/code-style": "8.0.134",
"@bifravst/e2e-bdd-test-runner": "5.0.18",
Expand Down

0 comments on commit eaf59a9

Please sign in to comment.