Skip to content

Commit 7ad4bee

Browse files
committed
🚀 fix(action): add cache configuration for npm in setup-node step
1 parent d836540 commit 7ad4bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-and-test/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ runs:
1111
uses: actions/setup-node@v4
1212
with:
1313
node-version: "lts/*"
14+
cache: "npm"
15+
1416
- name: Setup pnpm
1517
uses: pnpm/action-setup@v3
1618
with:

0 commit comments

Comments
 (0)