Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

build:
name: Build
uses: rstackjs/rspack-toolchain/.github/workflows/build.yml@v1
uses: rstackjs/rspack-toolchain/.github/workflows/build.yml@a0ff0d85e7dd792d5ed23c4d55f369e4b87aae87

test:
name: Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:

- name: Get NAPI info
id: napi-info
uses: rstackjs/rspack-toolchain/get-napi-info@v1
uses: rstackjs/rspack-toolchain/get-napi-info@a0ff0d85e7dd792d5ed23c4d55f369e4b87aae87

- name: Download rspack binding
uses: rstackjs/rspack-toolchain/download-rspack-binding@v1
uses: rstackjs/rspack-toolchain/download-rspack-binding@a0ff0d85e7dd792d5ed23c4d55f369e4b87aae87
with:
path: ${{ steps.napi-info.outputs.binding-directory }}/artifacts

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

- name: Get NAPI info
id: napi-info
uses: rstackjs/rspack-toolchain/get-napi-info@v1
uses: rstackjs/rspack-toolchain/get-napi-info@a0ff0d85e7dd792d5ed23c4d55f369e4b87aae87

- name: Download rspack binding
uses: rstackjs/rspack-toolchain/download-rspack-binding@v1
uses: rstackjs/rspack-toolchain/download-rspack-binding@a0ff0d85e7dd792d5ed23c4d55f369e4b87aae87
with:
target: ${{ matrix.target }}
path: ${{ steps.napi-info.outputs.binding-directory }}
Expand Down
Loading
Loading