Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 4b17930

Browse files
committed
pass uint8array when testing package on ci
1 parent c9aac2a commit 4b17930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
npm install ../lib-ruby-parser-${{ env.GITHUB_TAG }}.tgz/lib-ruby-parser-${{ env.GITHUB_TAG }}.tgz
235235
236236
node -e "console.log(require.resolve('lib-ruby-parser'))"
237-
node -e "console.log(require('lib-ruby-parser').parse('2 + 2', {}))"
237+
node -e "console.log(require('lib-ruby-parser').parse(new Uint8Array(), {}))"
238238
239239
publish-package:
240240
name: publish-package

0 commit comments

Comments
 (0)