Skip to content

Commit

Permalink
avoid logging headers in errors, package updates, npm workaround (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrolp authored Dec 7, 2023
1 parent 87b53c5 commit ec44aa7
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 114 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
dist: focal
node_js:
- "18"
- 18

services:
- docker
Expand Down Expand Up @@ -137,6 +137,8 @@ jobs:

before_deploy:
- docker login -u="${QUAY_ID}" -p="${QUAY_TOKEN}" quay.io
# Use npm v9 for deployments (v10 has problems with authentication with api_key)
- npm install -g npm@9

deploy:
# Deploy alpha builds
Expand Down
Loading

0 comments on commit ec44aa7

Please sign in to comment.