Skip to content

Commit 549eeeb

Browse files
authored
Merge pull request #813 from appwrite/fix-use-node-16-travis
fix: use node 16 travis
2 parents e32a6da + f225d6a commit 549eeeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/node/.travis.yml.twig

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-
- "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

0 commit comments

Comments
 (0)