Skip to content

Commit

Permalink
Move Travis and AppVeyor to Node 16 🤞
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Feb 28, 2022
1 parent 05db8ae commit 5ff67fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test: off

environment:
matrix:
- NODE_VERSION: '12'
- NODE_VERSION: '16'
global:
SIGN_BUILD: true
WINDOWS_CODESIGN_CERT: .\app\build\resources\certs\win\win-codesigning.p12
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git:
language: node_js

node_js:
- '11'
- '16'

addons:
artifacts:
Expand Down

0 comments on commit 5ff67fd

Please sign in to comment.