-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d363cc7
commit 2bb09a0
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,8 +54,11 @@ jobs: | |
run: (Get-Content package.json) -replace '[0-9]*-dev', (date -u +%Y%m%d%H) | Set-Content -Path package.json | ||
|
||
- name: Reinstall Current Node-GYP NodeJS Headers | ||
# Overwrite bad headers that get downloaded. | ||
# NodeJS versions above 16 should come with `[email protected]` that has a fix | ||
# for this issue. At that point this additional step can be removed. | ||
run: npx node-gyp install ${{ env.NODE_VERSION }} | ||
|
||
- name: Install Pulsar Dependencies | ||
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd | ||
with: | ||
|