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

Commit d809aa8

Browse files
committed
Update Node versions used in CI
1 parent bb5a2fa commit d809aa8

2 files changed

Lines changed: 3 additions & 3 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)