Skip to content

Commit ec2f3a2

Browse files
committed
Fix node version for travis deployments
1 parent cc62c92 commit ec2f3a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22
node_js:
3-
- "18.8.0"
3+
- "14.16"
44

55
jobs:
66
include:
77
- stage: NPM RC Release
88
if: tag == *-RC*
9-
node_js: "18.8.0"
9+
node_js: "14.16"
1010
script:
1111
- npm install
1212
- npm run build
@@ -18,7 +18,7 @@ jobs:
1818
tag: next
1919
- stage: NPM Release
2020
if: tag != *-RC*
21-
node_js: "18.8.0"
21+
node_js: "14.16"
2222
script:
2323
- npm install
2424
- npm run build

0 commit comments

Comments
 (0)