Skip to content

Commit a90122d

Browse files
committedApr 22, 2025
Update to use yarn caching from setup-node
1 parent 9a9e9af commit a90122d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
- uses: actions/checkout@v4
5252
with:
5353
ref: ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
54-
- uses: c-hive/gha-yarn-cache@v2
5554
- uses: actions/setup-node@v4
5655
with:
5756
node-version: ${{ matrix.node_version }}
5857
architecture: ${{ matrix.system.arch }}
58+
cache: yarn
5959
- uses: actions-rs/toolchain@v1
6060
with:
6161
profile: minimal

0 commit comments

Comments
 (0)