We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a78f80 commit 2eab258Copy full SHA for 2eab258
.github/workflows/publish.yml
@@ -23,8 +23,6 @@ jobs:
23
uses: actions/setup-node@v3
24
with:
25
node-version: 20
26
- cache: "npm"
27
- cache-dependency-path: package-lock.json
28
- name: install js dependencies
29
run: npm ci
30
- name: build
0 commit comments