Skip to content

Commit 8cc02ba

Browse files
committed
Update step names to remove yarn cache
1 parent 6b3f286 commit 8cc02ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
version: 4.0.19
2727
actions-cache-folder: ".emsdk-cache"
28-
- name: Setup Node with yarn cache
28+
- name: Setup Node
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: "22.16.0"

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
version: 4.0.19
6969
actions-cache-folder: ".emsdk-cache"
70-
- name: Setup Node with yarn cache
70+
- name: Setup Node
7171
uses: actions/setup-node@v4
7272
with:
7373
node-version: "22.16.0"

0 commit comments

Comments
 (0)