We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba2593 commit 96d6419Copy full SHA for 96d6419
1 file changed
.github/workflows/test.yaml
@@ -43,6 +43,7 @@ jobs:
43
- uses: actions/setup-node@v4
44
with:
45
node-version: ${{ matrix.node-version }}
46
+ cache: "yarn"
47
- uses: bahmutov/npm-install@v1
48
49
install-command: yarn --frozen-lockfile --silent
@@ -70,6 +71,7 @@ jobs:
70
71
72
73
74
75
76
77
0 commit comments