We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fa451 commit 6a8670eCopy full SHA for 6a8670e
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- 16
4
- 18
5
-
+
6
branches:
7
only:
8
- dev
@@ -17,8 +17,8 @@ deploy:
17
branch: main
18
tags: true
19
provider: npm
20
- email: $NPM_EMAIL_ADDRESS
21
- api_key: $NPM_AUTH_TOKEN
+ email: NPM_EMAIL_ADDRESS
+ api_key: NPM_AUTH_TOKEN
22
23
# optional speciying jobs to run
24
# jobs:
0 commit comments