We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9621c commit f84a75aCopy full SHA for f84a75a
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [macos-latest, windows-2022]
15
- node: [20.19.0, 22.x]
+ node: [20.19.0, 22.x, 24.x]
16
fail-fast: false
17
runs-on: ${{ matrix.os }}
18
steps:
@@ -37,7 +37,7 @@ jobs:
37
38
39
linux_arch: [s390x, arm64, amd64]
40
41
42
43
- uses: actions/checkout@v5
@@ -75,7 +75,7 @@ jobs:
75
76
77
linux_arch: [amd64, arm64]
78
79
80
81
0 commit comments