Skip to content

Commit 54ff30a

Browse files
author
iexitdev
committed
ci(release): opt native workflow into node 24 actions
1 parent 80aa10d commit 54ff30a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/native-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Native Release Checks
22

3+
env:
4+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5+
36
on:
47
workflow_dispatch:
58
push:

scripts/check-release-gates.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ const nativeReleaseWorkflowSource = await readRepoFile(
567567
);
568568
const nativeWorkflowArtifactChecks = [
569569
"actions/upload-artifact@v5",
570+
"FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true",
570571
"native-release-android",
571572
"native-release-ios",
572573
"docs/release/artifacts/native-workflow/android-release.log",

0 commit comments

Comments
 (0)