Skip to content

Commit f1d0438

Browse files
committed
ci: cache the staging folder instead of build
1 parent 87f6994 commit f1d0438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
path: |
6969
./node_modules/
70-
./build/
70+
./staging
7171
key:
7272
# prettier-ignore
7373
"cache-OS:${{ matrix.os }}-arch:${{ matrix.node_arch}}-ZMQ_DRAFT:${{env.npm_config_zmq_draft }}-${{hashFiles('./package.json') }}"

0 commit comments

Comments
 (0)