Skip to content
Open
Show file tree
Hide file tree
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/pr_beta_prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Setup Node.js
uses: actions/setup-node@v6.4.0
uses: actions/setup-node@v6.5.0
with:
node-version: 24.x
- name: Upsert beta publish comment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_beta_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
- uses: oven-sh/setup-bun@v2.2.0

- name: Install dependencies
run: bun i

Check warning on line 168 in .github/workflows/pr_beta_publish.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=Cap-go_capacitor-flash&issues=AZ-hidTfvF6FtzyPiwe2&open=AZ-hidTfvF6FtzyPiwe2&pullRequest=101

- name: Check plugin wiring
run: bun run check:wiring
Expand Down Expand Up @@ -196,7 +196,7 @@
run: bun run build

- name: Setup Node.js for npm publish
uses: actions/setup-node@v6.4.0
uses: actions/setup-node@v6.5.0
with:
node-version: 24.x
registry-url: 'https://registry.npmjs.org'
Expand Down