Skip to content

Commit e48dd43

Browse files
committed
ci: update node version
1 parent 9e784d0 commit e48dd43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "13.5.0"
4+
- "14.2.0"
55

66
cache: npm
77

@@ -11,7 +11,7 @@ os:
1111

1212
env:
1313
matrix:
14-
- NODE_VERSION="13"
14+
- NODE_VERSION="14.2.0"
1515

1616
matrix:
1717
fast_finish: true

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111

1212
install:
1313
# Build
14-
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 13.5.0) $env:platform
14+
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 14.2.0) $env:platform
1515
- npm install
1616

1717
test_script:

0 commit comments

Comments
 (0)