Skip to content

Commit fb58473

Browse files
committed
Revert "see if turbo works without cache"
This reverts commit 521e1f8.
1 parent 521e1f8 commit fb58473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: 16.x
26-
# cache: 'npm'
26+
cache: 'npm'
2727

2828
- run: npm -v
2929
- run: npm config set unsafe-perm true

0 commit comments

Comments
 (0)