Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

Commit 71604eb

Browse files
author
Race Tester
committed
ci: force Node 24 for GitHub Actions
1 parent ec44bc5 commit 71604eb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches: [main]
77

8+
env:
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
10+
811
jobs:
912
build-and-test:
1013
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
env:
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
10+
811
permissions:
912
contents: write
1013

0 commit comments

Comments
 (0)