We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43775ac commit d1738d3Copy full SHA for d1738d3
1 file changed
.github/workflows/ci.yml
@@ -11,6 +11,9 @@ concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
12
cancel-in-progress: true
13
14
+env:
15
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16
+
17
jobs:
18
quality:
19
name: Code Quality
0 commit comments