Skip to content

Commit

Permalink
Updated workflows configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcieslik99 committed Jun 29, 2024
1 parent 3ac7a71 commit d7e929b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main pull request tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main push release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
Expand Down

0 comments on commit d7e929b

Please sign in to comment.