Skip to content

Commit

Permalink
chore: Do not cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Dec 6, 2024
1 parent a5946de commit c346481
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- name: Cache dependencies
id: cache-pnpm
uses: actions/cache@v4
with:
path: node_modules
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
- name: Install dependencies
run: pnpm install
- name: Check spelling
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/publish-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@javierbrea'
- name: Cache dependencies
id: cache-pnpm
uses: actions/cache@v4
with:
path: node_modules
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
- name: Install dependencies
run: pnpm install
- uses: MerthinTechnologies/edit-json-action@v1
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@javierbrea'
- name: Cache dependencies
id: cache-pnpm
uses: actions/cache@v4
with:
path: node_modules
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
- name: Install dependencies
run: pnpm install
- run: pnpm -r publish --no-git-checks
Expand Down
5 changes: 4 additions & 1 deletion cspell/missing.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Brea
commonmark
coverallsapp
javierbrea
Merthin
prelint
sonarcloud
sonarsource
Uninen

0 comments on commit c346481

Please sign in to comment.