Skip to content

Commit 550ebad

Browse files
committed
ci(ci): force javascript actions to node 24
1 parent 17f26ab commit 550ebad

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
permissions:
1010
contents: read
1111

12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14+
1215
jobs:
1316
verify:
1417
runs-on: ubuntu-latest

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ permissions:
1111
pages: write
1212
id-token: write
1313

14+
env:
15+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16+
1417
concurrency:
1518
group: pages
1619
cancel-in-progress: false

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ permissions:
1212
contents: read
1313
id-token: write
1414

15+
env:
16+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
17+
1518
jobs:
1619
publish:
1720
if: github.ref_name == 'next'

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ permissions:
1313
pull-requests: write
1414
id-token: write
1515

16+
env:
17+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
18+
1619
concurrency:
1720
group: release
1821
cancel-in-progress: false

.github/workflows/size.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ permissions:
1010
contents: read
1111
pull-requests: write
1212

13+
env:
14+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
15+
1316
jobs:
1417
compare:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)