We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f327584 commit da2e91cCopy full SHA for da2e91c
.github/workflows/test.yml
@@ -17,6 +17,9 @@ permissions:
17
contents: read
18
checks: write
19
20
+env:
21
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
22
+
23
jobs:
24
unit:
25
name: unit (${{ matrix.settings.name }})
@@ -38,6 +41,11 @@ jobs:
38
41
with:
39
42
token: ${{ secrets.GITHUB_TOKEN }}
40
43
44
+ - name: Setup Node
45
+ uses: actions/setup-node@v4
46
+ with:
47
+ node-version: "24"
48
49
- name: Setup Bun
50
uses: ./.github/actions/setup-bun
51
@@ -102,6 +110,11 @@ jobs:
102
110
103
111
104
112
113
114
115
116
117
105
118
106
119
107
120
0 commit comments