Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
bump node versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed May 10, 2020
1 parent 2ad4548 commit 463e58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language:
- node_js
node_js: 12
node_js: 14
services:
- mongodb
sudo: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "10"
nodejs_version: "12"

install:
- ps: Install-Product node $env:nodejs_version x64
Expand Down

0 comments on commit 463e58d

Please sign in to comment.