Skip to content

Commit 4c56ea7

Browse files
authored
Update .travis.yml
1 parent acf7ee5 commit 4c56ea7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
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
@@ -18,7 +18,7 @@ jobs:
1818
tag: next
1919
- stage: NPM Release
2020
if: not tag =~ /-(rc|RC)/
21-
node_js: "14.16"
21+
node_js: "16"
2222
script:
2323
- npm install
2424
- npm run build
@@ -29,4 +29,4 @@ jobs:
2929
api_key: $NPM_API_KEY
3030
skip_cleanup: true
3131
on:
32-
tags: true
32+
tags: true

0 commit comments

Comments
 (0)