Skip to content

Commit

Permalink
ci: Add missing require to canary script (#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 4, 2022
1 parent 991b03a commit 21abb2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yaml
Expand Up @@ -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'));
Expand Down

0 comments on commit 21abb2a

Please sign in to comment.