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 c744d1d commit a16e022Copy full SHA for a16e022
.github/workflows/CD.yaml
@@ -38,6 +38,7 @@ jobs:
38
uses: actions/setup-node@v3
39
with:
40
node-version: 16.20.2
41
+ cache: 'npm'
42
43
- name: PNPM Install
44
uses: pnpm/action-setup@v2
.github/workflows/CI.yaml
0 commit comments