Skip to content

Commit b4875c6

Browse files
committed
node24 env
1 parent b3fcc31 commit b4875c6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

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

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

1114
jobs:
1215
build:
1316
runs-on: ubuntu-latest
14-
env:
15-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
1617
strategy:
1718
fail-fast: false
1819
matrix:
@@ -65,8 +66,6 @@ jobs:
6566
release:
6667
needs: build
6768
runs-on: ubuntu-latest
68-
env:
69-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
7069
steps:
7170
- name: Download artifacts
7271
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)