Skip to content

Commit 9763317

Browse files
committed
chore: PR Clean up
1 parent e3c2806 commit 9763317

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
Unit-Tests:
1212
runs-on: ubuntu-20.04
1313
strategy:
14-
fail-fast: false
1514
max-parallel: 10
1615
matrix:
1716
node-version: [ 18.x, 20.x ]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test": "NODE_OPTIONS='--trace-deprecation' npm/test.sh",
10+
"test": "npm/test.sh",
1111
"package": "node npm/package.js",
1212
"zip": "node npm/zip.js",
1313
"prepack": "node npm/pre-package.js",

0 commit comments

Comments
 (0)