Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
node-version: '22'

- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v4
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v4
with:
version: 10

Expand Down Expand Up @@ -91,7 +91,7 @@

- name: Install dependencies
working-directory: ./browser
run: pnpm install --frozen-lockfile

Check warning on line 94 in .github/workflows/build.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=clFaster_TapToQR&issues=AZ_rPT6cLqw2KI1-ZvXd&open=AZ_rPT6cLqw2KI1-ZvXd&pullRequest=200

- name: Lint code
working-directory: ./browser
Expand Down
Loading