Skip to content

Commit

Permalink
avoid logging headers in errors, package updates, npm workaround (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrolp authored Dec 7, 2023
1 parent 9c7127b commit 7d0ba2e
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 115 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 @@ -29,6 +29,8 @@ script:

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 7d0ba2e

Please sign in to comment.