Skip to content

Commit 23a10b1

Browse files
Merge pull request #11 from codemagic-ci-cd/feature/use-node-24
Node 24
2 parents ee629da + 26ef7d8 commit 23a10b1

5 files changed

Lines changed: 762 additions & 1500 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following configuration to `.github/workflows/main.yml` to trigger Codem
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Trigger Codemagic build
18-
uses: codemagic-ci-cd/trigger-codemagic-workflow-action@v2.0.0
18+
uses: codemagic-ci-cd/trigger-codemagic-workflow-action@v3.0.0
1919
with:
2020
app-id: <MY-APPLICATION-ID>
2121
workflow-id: <MY-WORKFLOW-ID>

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ outputs:
4444
build-url:
4545
description: Build page on Codemagic
4646
runs:
47-
using: node20
47+
using: node24
4848
main: dist/index.js
4949

0 commit comments

Comments
 (0)