We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be17b2 commit 5be6ab3Copy full SHA for 5be6ab3
1 file changed
.github/workflows/check.yml
@@ -68,6 +68,8 @@ jobs:
68
steps:
69
- name: Setup Node.js
70
uses: actions/setup-node@v3
71
+ with:
72
+ cache: npm
73
- name: Download artifact
74
uses: actions/download-artifact@v3
75
with:
0 commit comments