Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ To run a single test file , use `--spec`. For instance:

### Staging Deployment

The staging environment can be accessed here: https://govgraphsearchstaging.dev/

Staging deployment is triggered automatically whenever a pull request is merged into the main branch.

This is made possible by the deploy-staging GitHub Action.
Expand Down
42 changes: 21 additions & 21 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 @@ -40,7 +40,7 @@
"@types/google-libphonenumber": "^7.4.30",
"@types/node": "^18.11.14",
"accessible-autocomplete": "^2.0.4",
"axios": "^1.8.2",
"axios": "^1.12.0",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
Expand Down
18 changes: 9 additions & 9 deletions signon-mock/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 signon-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.8.2",
"axios": "^1.12.0",
"express": "^4.21.2",
"nunjucks": "^3.2.4",
"pino": "^8.14.1",
Expand Down
Loading