Skip to content

Commit

Permalink
chore: pnpm v8 lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed May 29, 2024
1 parent 86d480b commit a735cf6
Show file tree
Hide file tree
Showing 3 changed files with 7,464 additions and 10,135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 9
version: 8.15.7
- run: pnpm install
- run: pnpm build
- name: run CI tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 9
version: 8.15.7
# - name: Get yarn cache directory path
# id: yarn-cache-dir-path
# run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
Loading

0 comments on commit a735cf6

Please sign in to comment.