Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 7e9acb9

Browse files
authored
Merge pull request #488 from autonomoussoftware/release-1.4.3
Prepare release 1.4.3
2 parents a844962 + d809aa8 commit 7e9acb9

4 files changed

Lines changed: 354 additions & 533 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "12.0.0"
3+
- 14
44

55
notifications:
66
email: false

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cache:
1212
- '%USERPROFILE%\.electron'
1313

1414
install:
15-
- ps: Install-Product node 12.0.0
15+
- ps: Install-Product node 14
1616
- npm i --global --production windows-build-tools@4
1717
- npm i
1818

@@ -22,7 +22,7 @@ platform:
2222
build_script:
2323
- npm run dist
2424

25-
test: "off"
25+
test: false
2626

2727
for:
2828
-

0 commit comments

Comments
 (0)