Skip to content

Commit 21abb2a

Browse files
ci: Add missing require to canary script (#3479)
1 parent 991b03a commit 21abb2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/canary.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
script: |
4747
const fs = require('fs');
48+
const assert = require('assert');
4849
4950
const packageJSONPath = './npmDist/package.json';
5051
const packageJSON = JSON.parse(fs.readFileSync(packageJSONPath, 'utf-8'));

0 commit comments

Comments
 (0)