diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e54930fa..b7099672 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,7 +20,7 @@ jobs: - name: Verify the version was bumped run: | - npm install && npm run jest-unicode-atom + npm install && npm run make && npm run jest-unicode-atom @@ -38,7 +38,7 @@ jobs: - name: Verify the version was bumped run: | - npm install && npm run jest-unicode-string + npm install && npm run make && npm run jest-unicode-string @@ -56,7 +56,7 @@ jobs: - name: Verify the version was bumped run: | - npm install && npm run jest-unicode-action + npm install && npm run make && npm run jest-unicode-action