Skip to content

Commit 81e0272

Browse files
author
iexitdev
committed
ci: opt actions into node 24 runtime
1 parent 50a3074 commit 81e0272

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- master
88
- next
99

10+
env:
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
12+
1013
jobs:
1114
build:
1215
runs-on: ubuntu-latest

.github/workflows/native-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- packages/**
1212
- scripts/run-expo-native-release-check.mjs
1313

14+
env:
15+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16+
1417
jobs:
1518
android-release:
1619
name: Android Release Build

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ permissions:
1717
contents: write
1818
id-token: write
1919

20+
env:
21+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
22+
2023
jobs:
2124
publish:
2225
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)