Skip to content

Commit

Permalink
chore: added comments in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Jan 21, 2025
1 parent 2180e7f commit 9069e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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@v4
with:
version: 9.15.3
version: 9.15.3 # TODO remove later, we are temporary dealing with a broken pnpm version in the CI container
- 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@v4
with:
version: 9.15.3
version: 9.15.3 # TODO remove later, we are temporary dealing with a broken pnpm version in the CI container
- run: pnpm install
- run: pnpm build
- name: run integration tests
Expand Down

0 comments on commit 9069e27

Please sign in to comment.