We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf7ee5 commit 4c56ea7Copy full SHA for 4c56ea7
.travis.yml
@@ -1,12 +1,12 @@
1
language: node_js
2
node_js:
3
- - "14.16"
+ - "16"
4
5
jobs:
6
include:
7
- stage: NPM RC Release
8
if: tag =~ /-(rc|RC)/
9
- node_js: "14.16"
+ node_js: "16"
10
script:
11
- npm install
12
- npm run build
@@ -18,7 +18,7 @@ jobs:
18
tag: next
19
- stage: NPM Release
20
if: not tag =~ /-(rc|RC)/
21
22
23
24
@@ -29,4 +29,4 @@ jobs:
29
api_key: $NPM_API_KEY
30
skip_cleanup: true
31
on:
32
- tags: true
+ tags: true
0 commit comments