Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/test_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
if: ${{ inputs.triggered-by-release }}
run: npm install --omit=optional --ignore-scripts

# --omit=optional skips native resolver bindings required by Jest 30.
# napi-postinstall installs the correct platform-specific binary.
- name: Install native bindings (for pushes to release branch)
if: ${{ inputs.triggered-by-release }}
run: npx napi-postinstall unrs-resolver

- name: Download build artifact
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # 8.0.0
with:
Expand Down