diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd9980e..2c6f2df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: ...context.repo, asset_id: release.data.assets[0].id, }) + const assert = require('assert').strict; assert.equal(expected, actual) - name: Clean up if: ${{ always() }}