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 255c81d commit 4c466b5Copy full SHA for 4c466b5
.github/workflows/demo-scan.yaml
@@ -8,7 +8,6 @@ on:
8
9
env:
10
TRACKING_OPT_OUT: 'true'
11
- NODE_OPTIONS: '--trace-warnings'
12
13
jobs:
14
scan:
@@ -23,6 +22,9 @@ jobs:
23
22
node-version-file: '.nvmrc'
24
25
- name: Run EOL Scan
+ env:
26
+ NODE_OPTIONS: '--trace-warnings --trace-deprecation --expose-gc'
27
+ NODE_DEBUG: 'fs'
28
run: npx @herodevs/cli@beta scan eol --save
29
30
- name: Upload artifact
0 commit comments