We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991b03a commit 21abb2aCopy full SHA for 21abb2a
.github/workflows/canary.yaml
@@ -45,6 +45,7 @@ jobs:
45
with:
46
script: |
47
const fs = require('fs');
48
+ const assert = require('assert');
49
50
const packageJSONPath = './npmDist/package.json';
51
const packageJSON = JSON.parse(fs.readFileSync(packageJSONPath, 'utf-8'));
0 commit comments