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 184c7c9 commit aa350caCopy full SHA for aa350ca
1 file changed
.github/workflows/test-pr.yml
@@ -31,8 +31,8 @@ jobs:
31
runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
34
- os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04]
35
- node-version: [18, 20, 22]
+ os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
+ node-version: [18, 20, 22, 24]
36
fail-fast: false
37
steps:
38
- name: Checkout
0 commit comments