Skip to content

Commit 2eab258

Browse files
Remove unnecessary fields in CI
1 parent 8a78f80 commit 2eab258

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: 20
26-
cache: "npm"
27-
cache-dependency-path: package-lock.json
2826
- name: install js dependencies
2927
run: npm ci
3028
- name: build

0 commit comments

Comments
 (0)