Skip to content

Commit

Permalink
Fix NPM deploy via Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Mar 26, 2024
1 parent a8614e5 commit 5783239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
script:
- npx tsc
before_deploy:
- npm config fix
- npm install -g npm@9
deploy:
provider: npm
email: arnold@jasny.net
Expand Down

0 comments on commit 5783239

Please sign in to comment.