We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0e964 commit 928e96aCopy full SHA for 928e96a
.travis.yml
@@ -32,3 +32,6 @@ jobs:
32
- name: '@sentry/packages - build and test [node v12]'
33
node_js: '12'
34
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