We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d836540 commit 7ad4beeCopy full SHA for 7ad4bee
1 file changed
.github/actions/setup-and-test/action.yml
@@ -11,6 +11,8 @@ runs:
11
uses: actions/setup-node@v4
12
with:
13
node-version: "lts/*"
14
+ cache: "npm"
15
+
16
- name: Setup pnpm
17
uses: pnpm/action-setup@v3
18
0 commit comments