Skip to content

Commit 928e96a

Browse files
authored
ci: Build and test against Node 14 in Travis (#3109)
1 parent 4a0e964 commit 928e96a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
- name: '@sentry/packages - build and test [node v12]'
3333
node_js: '12'
3434
script: scripts/test.sh
35+
- name: '@sentry/packages - build and test [node v14]'
36+
node_js: '14'
37+
script: scripts/test.sh

0 commit comments

Comments
 (0)