Skip to content

Commit

Permalink
avoid logging headers in errors, package updates, npm workaround (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrolp committed Dec 7, 2023
1 parent fd37b83 commit b5e5a2d
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 104 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 @@ -33,6 +33,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:
# Publish npm package with tag "next" on release candidates
Expand Down
Loading

0 comments on commit b5e5a2d

Please sign in to comment.