We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c2806 commit 9763317Copy full SHA for 9763317
.github/workflows/test.yml
@@ -11,7 +11,6 @@ jobs:
11
Unit-Tests:
12
runs-on: ubuntu-20.04
13
strategy:
14
- fail-fast: false
15
max-parallel: 10
16
matrix:
17
node-version: [ 18.x, 20.x ]
package.json
@@ -7,7 +7,7 @@
7
"test": "test"
8
},
9
"scripts": {
10
- "test": "NODE_OPTIONS='--trace-deprecation' npm/test.sh",
+ "test": "npm/test.sh",
"package": "node npm/package.js",
"zip": "node npm/zip.js",
"prepack": "node npm/pre-package.js",
0 commit comments