We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603017a commit aae446bCopy full SHA for aae446b
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [main]
8
9
+env:
10
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11
+
12
jobs:
13
build-and-test:
14
runs-on: ubuntu-24.04
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
permissions:
contents: write
15
release:
16
0 commit comments