Skip to content

Commit 330a858

Browse files
committed
Enable CI cache
1 parent 9359e12 commit 330a858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: ${{ matrix.nodejs_version }}
40-
# cache: 'yarn'
40+
cache: 'yarn'
4141

4242
- name: Initialize
4343
shell: bash

0 commit comments

Comments
 (0)