We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fcc31 commit b4875c6Copy full SHA for b4875c6
1 file changed
.github/workflows/release.yml
@@ -5,14 +5,15 @@ on:
5
tags:
6
- "v*"
7
8
+env:
9
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
10
+
11
permissions:
12
contents: write
13
14
jobs:
15
build:
16
runs-on: ubuntu-latest
- env:
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
17
strategy:
18
fail-fast: false
19
matrix:
@@ -65,8 +66,6 @@ jobs:
65
66
release:
67
needs: build
68
69
70
steps:
71
- name: Download artifacts
72
uses: actions/download-artifact@v4
0 commit comments