diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 985fd581ac..6a6d28a407 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -45,6 +45,7 @@ jobs: with: script: | const fs = require('fs'); + const assert = require('assert'); const packageJSONPath = './npmDist/package.json'; const packageJSON = JSON.parse(fs.readFileSync(packageJSONPath, 'utf-8'));