Skip to content

Commit af39890

Browse files
committed
chore: Remove pnpm caches
1 parent c760b22 commit af39890

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-to-github.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: "22.x"
19-
cache: 'pnpm'
2019
registry-url: 'https://npm.pkg.github.com'
2120
# Defaults to the user or organization that owns the workflow file
2221
scope: '@javierbrea'

.github/workflows/publish-to-npm.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: "22.x"
18-
cache: 'pnpm'
1918
registry-url: 'https://npm.pkg.github.com'
2019
# Defaults to the user or organization that owns the workflow file
2120
scope: '@javierbrea'

0 commit comments

Comments
 (0)