We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8518533 commit 38660fbCopy full SHA for 38660fb
.github/workflows/test.yml
@@ -12,6 +12,7 @@ jobs:
12
uses: actions/setup-node@v4
13
with:
14
node-version: '18'
15
+ cache: 'npm'
16
17
- name: Install dependencies
18
run: npm ci
0 commit comments