Skip to content

Commit

Permalink
Bump required node_js version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Dec 6, 2021
1 parent a4ffe1e commit 1695f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js: 10
node_js: 16
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@ build: off
version: '{build}'
image: Visual Studio 2017
environment:
nodejs_version: 10
nodejs_version: 16
cache:
- '%LOCALAPPDATA%\Yarn'
install:
Expand Down

0 comments on commit 1695f17

Please sign in to comment.