From d74bcc0010282b44738951be10fe1b2129039073 Mon Sep 17 00:00:00 2001 From: Lewis J Ellis Date: Tue, 8 Dec 2020 09:53:57 -0800 Subject: [PATCH] Build and test against Node 14 in Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 561f9c1cd5fc..cc663a685da8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,6 @@ jobs: - name: '@sentry/packages - build and test [node v12]' node_js: '12' script: scripts/test.sh + - name: '@sentry/packages - build and test [node v14]' + node_js: '14' + script: scripts/test.sh