Skip to content

Commit 1fb9c75

Browse files
authored
fix: travis
1 parent 7bbee14 commit 1fb9c75

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22
node_js:
3-
- "14.16"
3+
- "16"
44

55
jobs:
66
include:
77
- stage: NPM RC Release
88
if: tag =~ /-(rc|RC)/
9-
node_js: "14.16"
9+
node_js: "16"
1010
script:
1111
- npm install
1212
- npm run build
@@ -16,9 +16,12 @@ jobs:
1616
email: $NPM_EMAIL
1717
api_key: $NPM_API_KEY
1818
tag: next
19+
skip_cleanup: true
20+
on:
21+
tags: true
1922
- stage: NPM Release
2023
if: not tag =~ /-(rc|RC)/
21-
node_js: "14.16"
24+
node_js: "16"
2225
script:
2326
- npm install
2427
- npm run build
@@ -29,4 +32,4 @@ jobs:
2932
api_key: $NPM_API_KEY
3033
skip_cleanup: true
3134
on:
32-
tags: true
35+
tags: true

0 commit comments

Comments
 (0)