Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
bump CI providers to Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 2, 2020
1 parent db7a180 commit 41dd388
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
Expand Up @@ -4,7 +4,7 @@ dist: trusty
os:
- linux
- osx
node_js: 12
node_js: 14

env:
- CC=clang CXX=clang++ npm_config_clang=1
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform:
- x64

environment:
nodejs_version: "12"
nodejs_version: "14"

cache:
- node_modules
Expand Down

0 comments on commit 41dd388

Please sign in to comment.